From: Emden R. Gansner Date: Mon, 9 Feb 2015 20:20:03 +0000 (-0500) Subject: DARWIN_DYLIB has to be set for all Macs, not just Darwin9. X-Git-Tag: TRAVIS_CI_BUILD_EXPERIMENTAL~120 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=851afd5e578fcafb222b79072a814e41218f7b48;p=graphviz DARWIN_DYLIB has to be set for all Macs, not just Darwin9. --- diff --git a/configure.ac b/configure.ac index 0ad9ca409..b9ad708cb 100644 --- a/configure.ac +++ b/configure.ac @@ -166,10 +166,10 @@ case "${host_os}" in NO_POSTSCRIPT_ALIAS=1 BROWSER="open" JSHEXT=jnilib + AC_DEFINE_UNQUOTED(DARWIN_DYLIB,"$DARWIN_DYLIB",[Define for Darwin-style shared library names.]) case "${host_os}" in *darwin9*) DARWIN9=yes - AC_DEFINE_UNQUOTED(DARWIN_DYLIB,"$DARWIN_DYLIB",[Define for Darwin-style shared library names.]) ;; esac case "${host_os}" in