]> 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/glitz/Makefile.am

index 9287bc08fc6e4a2d1549d85474070efcbfe4c59c..9fb46f18d95e015b5a3f951625bdd5b321396d0c 100644 (file)
@@ -33,6 +33,6 @@ if WITH_WIN32
 libgvplugin_glitz_la_LDFLAGS += -no-undefined
 endif
 
-if WITH_DARWIN
+if WITH_DARWIN9
 libgvplugin_glitz_la_LDFLAGS += -Wl,-exported_symbol,_gvplugin_glitz_LTX_library
 endif