Merge pull request #606 from proski/xfixes-msg

When Xfixes.h is checked, the user should have libX11 already
This commit is contained in:
Itamar Reis Peixoto 2016-12-31 11:17:50 -02:00 committed by GitHub
commit cd8b5f0030

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