]> granicus.if.org Git - graphviz/commitdiff
Fix .am typos - replace HAVE_WIN32 with WITH_WIN32
authorerg <devnull@localhost>
Thu, 26 Jul 2007 13:53:25 +0000 (13:53 +0000)
committererg <devnull@localhost>
Thu, 26 Jul 2007 13:53:25 +0000 (13:53 +0000)
lib/pack/Makefile.am

index 9c0a20ba81c5482105ea559b9e8b4865b2eb031b..dce797b2fc491d2a82adf8667c68a63d5d2e6370 100644 (file)
@@ -12,7 +12,7 @@ AM_CPPFLAGS = -I$(top_srcdir) \
        -I$(top_srcdir)/lib/graph \
        -I$(top_srcdir)/lib/cdt
 
-if HAVE_WIN32
+if WITH_WIN32
 AM_CFLAGS = -D_BLD_common=1
 endif