From ac512595735b743ee9307a4e894a4f3e3c32d6da Mon Sep 17 00:00:00 2001 From: Pavel Roskin Date: Sat, 31 Dec 2016 00:51:13 -0800 Subject: [PATCH] When Xfixes.h is checked, the user should have libX11 already No need to confuse the user by asking to install libX11 headers. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]) # checking for Xrandr