]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.3.77
authorfred <fred>
Tue, 26 Mar 2002 23:25:42 +0000 (23:25 +0000)
committerfred <fred>
Tue, 26 Mar 2002 23:25:42 +0000 (23:25 +0000)
lily/all-font-metrics.cc

index 23d709d9282a92315ef2893efdca0aebecca33a2..8c286e428d368b6cd569c6edb41da303dc4f32ba 100644 (file)
@@ -50,7 +50,7 @@ All_font_metrics::find_afm (String name)
     {
       String path;
 
-#if KPATHSEA && HAVE_KPSE_FIND_FILE
+#if (KPATHSEA && HAVE_KPSE_FIND_FILE)
       if (path.empty_b ())
        {
          char  * p = kpse_find_file (name.ch_C(), kpse_afm_format, true);