]> granicus.if.org Git - graphviz/commitdiff
fix bug in setting HAVE_FONTCONFIG
authorellson <devnull@localhost>
Wed, 30 Jul 2008 14:13:08 +0000 (14:13 +0000)
committerellson <devnull@localhost>
Wed, 30 Jul 2008 14:13:08 +0000 (14:13 +0000)
configure.ac

index 86dfecd04250f7c3df68ca75b6121c528790136c..b28764be9ec560d28e2b2f171dbcd02749b081a8 100644 (file)
@@ -1965,7 +1965,7 @@ if test "x$use_fontconfig" = "x"; then
     fi
 fi
 
-if test "x$use_fontconfig" = "Yes"; then
+if test "x$use_fontconfig" = "xYes"; then
   AC_DEFINE_UNQUOTED(HAVE_FONTCONFIG,1,[Define if you have the fontconfig library])
   AC_SUBST(FONTCONFIG_CFLAGS)
   AC_SUBST(FONTCONFIG_LIBS)