summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-12-08 19:48:31 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-12-08 19:48:31 +0100
commit54a62eb9512b44d5134ffd07b9b1c06799f4dc9c (patch)
treeabb275e0d8a4cfd0fe8f64a042852bdbc6cdc833 /configure.ac
parent30dd944c74f39298a89a717abc15f8c21c9cd123 (diff)
Fix trailing whitespace
Diffstat (limited to 'configure.ac')
-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)