Fix missing quotes in fltk-config.in (#714)

This commit is contained in:
Albrecht Schlosser 2023-04-10 00:45:55 +02:00
parent 877126e572
commit 100786222c
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ if test -d $includedir/FL/images; then
fi
# Cairo support
if test -n $CAIROFLAGS; then
if test -n "$CAIROFLAGS"; then
CFLAGS="$CAIROFLAGS $CFLAGS"
CXXFLAGS="$CAIROFLAGS $CXXFLAGS"
fi