summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 27e1845e9..e3384f9d0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1089,7 +1089,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
AC_MSG_NOTICE([--enable-wayland: Pango libs and/or headers could not be found.])
AC_MSG_ERROR([Aborting.])
])
-
+
dnl check for Xinerama, Xcursor, Xfixes, Xrender, Xregion.h
AS_IF([test x$enable_x11 != xno], [
xinerama_found=no
@@ -1112,7 +1112,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
LIBS="$LIBS $($PKGCONFIG --libs xfixes)"
xfixes_found=yes
])
-
+
xrender_found=no
AS_IF([$PKGCONFIG --exists xrender], [
AC_DEFINE(HAVE_XRENDER)