]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
Fix some bugs in the dynamic engraver and PostScript backend
[lilypond.git] / configure.in
index 29bc273838b31128474f871fe242d554a8bdcba5..ce169f0d668b57ac6a886b98f121889a7fe33349 100644 (file)
@@ -68,7 +68,7 @@ if test "$NCSB_DIR" != "" ;  then
 else
   if test "$FCMATCH" != ""; then
     for style in Roman Italic "Bold Italic" Bold; do
-      NCSB_FILE=`$FCMATCH --verbose 'Century Schoolbook L:style=$style' | grep 'file:'`
+      NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style" | grep 'file:'`
 
       NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'`
       NCSB_FILE=`readlink -f $NCSB_FILE`