summaryrefslogtreecommitdiff
path: root/fltk-config.in
diff options
context:
space:
mode:
authorAlbrecht Schlosser <albrechts.fltk@online.de>2023-04-13 22:13:18 +0200
committerAlbrecht Schlosser <albrechts.fltk@online.de>2023-04-13 22:13:18 +0200
commitee3f9dd06d1325b3f71e655a819b441e1b820468 (patch)
treeb4251de1e35d3938a12cec67255d67d2c890942f /fltk-config.in
parent4bc63da34dd9b0b8bf84d5a5fadb6780a2baf1b8 (diff)
Fix more missing quotes in fltk-config.in (#714)
Sorry for the noise.
Diffstat (limited to 'fltk-config.in')
-rw-r--r--fltk-config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/fltk-config.in b/fltk-config.in
index 0e4044492..29dde790d 100644
--- a/fltk-config.in
+++ b/fltk-config.in
@@ -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