summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-01 20:06:22 +0100
committerAlbrecht Schlosser <albrechts.fltk@online.de>2022-11-01 20:06:22 +0100
commitc570bd8f96902a2f290f7623b8cf3074ac8f97ca (patch)
treea8fc258d1d4baa0defacad460ca8a4128e0163f9 /configure.ac
parent414ad1dce7fe7f9e0839a596e70130b16b5a0794 (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 451320213..06e82b8ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1289,7 +1289,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
])
], [], [#include <X11/Xlib.h>])
])
-
+
AS_CASE([$host_os], [darwin*], [
AS_IF([test x$pango_found = xyes], [
#place X_LIBS after homebrew's pango libs
@@ -1298,7 +1298,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
LDFLAGS="$DARWIN_LDFLAGS"
])
])
-
+
dnl Check for the X11/Xregion.h header file...
AC_CHECK_HEADER([X11/Xregion.h], [
AC_DEFINE([HAVE_X11_XREGION_H])