summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorItamar Reis Peixoto <itamar@ispbrasil.com.br>2016-12-31 11:17:50 -0200
committerGitHub <noreply@github.com>2016-12-31 11:17:50 -0200
commitcd8b5f00309874686bca943c62d190f82666adef (patch)
treee71d4d76e5046413a013bd0343623d151a0ff2a5
parentb84cb3583c4cca5fa2701f9e97db83b7c81929d7 (diff)
parentac512595735b743ee9307a4e894a4f3e3c32d6da (diff)
downloadxrdp-proprietary-cd8b5f00309874686bca943c62d190f82666adef.tar.gz
xrdp-proprietary-cd8b5f00309874686bca943c62d190f82666adef.zip
Merge pull request #606 from proski/xfixes-msg
When Xfixes.h is checked, the user should have libX11 already
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5c73168a..338ba9e0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -256,7 +256,7 @@ CFLAGS="$CFLAGS $X_CFLAGS"
# checking for Xfixes
AC_CHECK_HEADER([X11/extensions/Xfixes.h], [],
- [AC_MSG_ERROR([please install libx11-dev and libxfixes-dev or libXfixes-devel])],
+ [AC_MSG_ERROR([please install libxfixes-dev or libXfixes-devel])],
[#include <X11/Xlib.h>])
# checking for Xrandr