From 54a62eb9512b44d5134ffd07b9b1c06799f4dc9c Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 8 Dec 2022 19:48:31 +0100 Subject: Fix trailing whitespace --- configure.ac | 4 ++-- 1 file 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) -- cgit v1.2.3