summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorItamar Reis Peixoto <itamar@ispbrasil.com.br>2010-11-20 01:26:33 -0200
committerItamar Reis Peixoto <itamar@ispbrasil.com.br>2010-11-20 22:13:50 -0200
commit459631dc5f14584ce88dbc58a77882eed8af485c (patch)
tree197ecdd8fb039a8b45114d2800a9ccf7dfdf69ca /configure.ac
parent350c3c248834baad20675643839e1fcf1cb7ebd6 (diff)
downloadxrdp-proprietary-459631dc5f14584ce88dbc58a77882eed8af485c.tar.gz
xrdp-proprietary-459631dc5f14584ce88dbc58a77882eed8af485c.zip
include fedora package names in messages about missing dependencies
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c7759631..e4513f9e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -45,9 +45,9 @@ fi
# checking for Xlib, Xfixes
AC_CHECK_HEADER([X11/Xlib.h], [],
- [AC_MSG_ERROR([please install libx11-dev])])
+ [AC_MSG_ERROR([please install libx11-dev or libX11-devel])])
AC_CHECK_HEADER([X11/extensions/Xfixes.h], [],
- [AC_MSG_ERROR([please install libx11-dev and libxfixes-dev])],
+ [AC_MSG_ERROR([please install libx11-dev and libxfixes-dev or libXfixes-devel])],
[#include <X11/Xlib.h>])
libdir="${libdir}/xrdp";