From b8dae1f11f02c464aeba600d0d620fdf6be572d1 Mon Sep 17 00:00:00 2001 From: jsorg71 Date: Sun, 11 Oct 2009 05:23:30 +0000 Subject: [PATCH] added 4th parameter --- configure.ac | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index c23c2888..2e187bbb 100644 --- a/configure.ac +++ b/configure.ac @@ -33,7 +33,11 @@ then fi # checking for Xlib, Xfixes -AC_CHECK_HEADERS([X11/Xlib.h X11/extensions/Xfixes.h], [], [AC_MSG_ERROR([please install libx11-dev and libxfixes-dev])]) +AC_CHECK_HEADERS([X11/Xlib.h X11/extensions/Xfixes.h], [], + [AC_MSG_ERROR([please install libx11-dev and libxfixes-dev])], + [[#ifdef HAVE_XLIB_H + #include + #endif]]) libdir="${libdir}/xrdp"; if test "x${prefix}" = "xNONE" ; then