summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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])