diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-08-29 14:26:28 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-08-29 14:26:28 +0200 |
| commit | c20e7d9efcbf67df72aae2040b6a06f861896362 (patch) | |
| tree | 478cb3f91317cdfc0d4f507d600381b8f4ffbcd3 /configure.ac | |
| parent | c720aae51515907ae82ee02df80bd084f291d4b1 (diff) | |
Update dependencies, fix trailing whitespace
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 3a2240ccf..0a951400c 100644 --- a/configure.ac +++ b/configure.ac @@ -986,7 +986,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [ AC_MSG_WARN([--enable-wayland: please install pkg-config.]) AC_MSG_ERROR([Aborting.]) ]) - + dnl Turn option usecairo ON AC_DEFINE([FLTK_USE_CAIRO]) AC_MSG_NOTICE([Turning on the usecairo option]) @@ -1189,7 +1189,7 @@ AS_CASE([$host_os_gui], [cygwin* | mingw*], [ AC_MSG_NOTICE([Processing usecairo option]) ] ) - + dnl test if Pango is asked but xft was not found AS_IF([test x$enable_pango = xyes -a x$xft_found = xno], [ AC_MSG_WARN([could not find the Xft headers and/or libraries required for Pango.]) |
