]> granicus.if.org Git - graphviz/commitdiff
change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard.
authorellson <devnull@localhost>
Wed, 21 May 2008 20:37:40 +0000 (20:37 +0000)
committerellson <devnull@localhost>
Wed, 21 May 2008 20:37:40 +0000 (20:37 +0000)
plugin/gtk/Makefile.am

index d3dd2641830569639649a753363cedd338207b47..54c64ac3d7d1f4a3839bd95fc57d167f20844c4d 100644 (file)
@@ -37,7 +37,7 @@ if WITH_WIN32
 libgvplugin_gtk_la_LDFLAGS += -no-undefined
 endif
 
-if WITH_DARWIN
+if WITH_DARWIN9
 libgvplugin_gtk_la_LDFLAGS += -Wl,-exported_symbol,_gvplugin_gtk_LTX_library
 endif