From: ellson Date: Wed, 21 May 2008 20:37:40 +0000 (+0000) Subject: change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard. X-Git-Tag: LAST_LIBGRAPH~32^2~4022 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71933da3c35bb1f3d4d4df289d35d52761ea8923;p=graphviz change WITH_DARWIN to WITH_DARWIN9 to be specific to Leopard. --- diff --git a/plugin/ming/Makefile.am b/plugin/ming/Makefile.am index 1fcb6ab68..17e2cde72 100644 --- a/plugin/ming/Makefile.am +++ b/plugin/ming/Makefile.am @@ -32,7 +32,7 @@ if WITH_WIN32 libgvplugin_ming_la_LDFLAGS += -no-undefined endif -if WITH_DARWIN +if WITH_DARWIN9 libgvplugin_ming_la_LDFLAGS += -Wl,-exported_symbol,_gvplugin_ming_LTX_library endif