summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 64dcaf4bd..d56b2b64f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -977,7 +977,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [
AC_DEFINE([HAVE_PTHREAD])
THREADS="threads$EXEEXT"
])
-
+
AS_IF([test x$enable_wayland != xno], [
AS_IF([test x$PKGCONFIG = x], [
dnl pkg-config is not available, issue warning and possibly abort...