When Xfixes.h is checked, the user should have libX11 already

No need to confuse the user by asking to install libX11 headers.
This commit is contained in:
Pavel Roskin 2016-12-31 00:51:13 -08:00
parent b84cb3583c
commit ac51259573
1 changed files with 1 additions and 1 deletions

View File

@ -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