summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMake/options.cmake2
-rw-r--r--configure.ac2
2 files changed, 2 insertions, 2 deletions
diff --git a/CMake/options.cmake b/CMake/options.cmake
index 0536bd2d8..8d30fa8b6 100644
--- a/CMake/options.cmake
+++ b/CMake/options.cmake
@@ -210,7 +210,7 @@ if (UNIX)
set (OPTION_USE_WAYLAND 0)
endif (NOT(DBUS_FOUND AND WLDCLIENT_FOUND AND WLDCURSOR_FOUND AND WLDPROTO_FOUND AND XKBCOMMON_FOUND))
endif (OPTION_USE_WAYLAND)
-
+
if (OPTION_USE_WAYLAND)
option (OPTION_WAYLAND_ONLY "support Wayland backend only" OFF)
set (FLTK_USE_WAYLAND 1)
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...