Fix whitespace (trailing spaces)

This commit is contained in:
Albrecht Schlosser 2022-11-23 13:08:37 +01:00
parent 35f2827d1f
commit ce777110fe
2 changed files with 2 additions and 2 deletions

View File

@ -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)

View File

@ -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...