]> granicus.if.org Git - graphviz/commitdiff
DARWIN_DYLIB has to be set for all Macs, not just Darwin9.
authorEmden R. Gansner <erg@alum.mit.edu>
Mon, 9 Feb 2015 20:20:03 +0000 (15:20 -0500)
committerEmden R. Gansner <erg@alum.mit.edu>
Mon, 9 Feb 2015 20:20:03 +0000 (15:20 -0500)
configure.ac

index 0ad9ca4097c2e7033b4c304f0544d8b7ed5172f3..b9ad708cb8da320359c563f1342788c2cd414c9a 100644 (file)
@@ -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