]> git.donarmstrong.com Git - lilypond.git/blobdiff - configure.in
Make fc-match prefer Type 1 over TTF for NCSB files
[lilypond.git] / configure.in
index 0a1cfc241abb6bd98c2f296c5f36aead860bbd97..306f05a5f2717fb02a099cbb1ccf8d390dd6f2b8 100644 (file)
@@ -73,7 +73,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:' | grep -v "\.ttf"`
+      NCSB_FILE=`$FCMATCH --verbose "Century Schoolbook L:style=$style:foundry=urw" | grep 'file:' | grep -v "\.ttf"`
 
       NCSB_FILE=`echo $NCSB_FILE | sed 's/^.*"\(.*\)".*$/\1/g'`
       NCSB_FILE=`$PYTHON "$srcdir/scripts/auxiliar/readlink.py" $NCSB_FILE`