summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorjsorg71 <jsorg71>2009-10-11 05:33:30 +0000
committerjsorg71 <jsorg71>2009-10-11 05:33:30 +0000
commitbfdb88062ca61bd7a79f85ccf9d838dda042e312 (patch)
tree87f47e3a4e1567c54df567ca31f80f35575f9a1e /configure.ac
parentb8dae1f11f02c464aeba600d0d620fdf6be572d1 (diff)
downloadxrdp-proprietary-bfdb88062ca61bd7a79f85ccf9d838dda042e312.tar.gz
xrdp-proprietary-bfdb88062ca61bd7a79f85ccf9d838dda042e312.zip
another try
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 2e187bbb..d4bf6164 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,11 +33,11 @@ then
fi
# checking for Xlib, Xfixes
-AC_CHECK_HEADERS([X11/Xlib.h X11/extensions/Xfixes.h], [],
+AC_CHECK_HEADER([X11/Xlib.h], [],
+ [AC_MSG_ERROR([please install libx11-dev])])
+AC_CHECK_HEADER([X11/extensions/Xfixes.h], [],
[AC_MSG_ERROR([please install libx11-dev and libxfixes-dev])],
- [[#ifdef HAVE_XLIB_H
- #include <X11/Xlib.h>
- #endif]])
+ [#include <X11/Xlib.h>])
libdir="${libdir}/xrdp";
if test "x${prefix}" = "xNONE" ; then