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

Sorry for the noise.
This commit is contained in:
Albrecht Schlosser 2023-04-13 22:13:18 +02:00
parent 4bc63da34d
commit ee3f9dd06d
1 changed files with 1 additions and 1 deletions

View File

@ -289,7 +289,7 @@ if test x$use_images = xyes; then
LDSTATIC="$libdir/libfltk_images.a $STATICIMAGELIBS $LDSTATIC"
fi
if test x$use_cairo = xyes -a -n $CAIROLIBS; then
if test x$use_cairo = xyes -a -n "$CAIROLIBS"; then
LDLIBS="$CAIROLIBS $LDLIBS"
LDSTATIC="$CAIROLIBS $LDSTATIC"
fi