Fix missing quotes in fltk-config.in (#714)
This commit is contained in:
parent
877126e572
commit
100786222c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user