From ee3f9dd06d1325b3f71e655a819b441e1b820468 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Thu, 13 Apr 2023 22:13:18 +0200 Subject: [PATCH] Fix more missing quotes in fltk-config.in (#714) Sorry for the noise. --- fltk-config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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