]> granicus.if.org Git - graphviz/commitdiff
fixed osx dylib problem (again?)
authornorth <devnull@localhost>
Thu, 9 Oct 2008 18:02:19 +0000 (18:02 +0000)
committernorth <devnull@localhost>
Thu, 9 Oct 2008 18:02:19 +0000 (18:02 +0000)
configure.ac

index df00051502f432b8c0fe2167f98e44d2580d1eda..7defb29a36827ea4af2b7f1beb0232c22e340bd8 100644 (file)
@@ -155,8 +155,10 @@ case "${host_os}" in
        PATHSEPARATOR=":"
         NO_POSTSCRIPT_ALIAS=1
        AC_DEFINE_UNQUOTED(DARWIN_DYLIB,"$DARWIN_DYLIB",[Define for Darwin-style shared library names.])
+       echo ">>>>>host_os is $host_os"
        case "${host_os}" in
-       *darwin9.4* )
+       *darwin9.4* | *darwin9.5* )
+               echo ">>>>>see darwin9.[45]"
                EXTRA_SMYRNA_LDFLAGS="-dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib"
                ;;
        esac