From: north Date: Thu, 9 Oct 2008 18:02:19 +0000 (+0000) Subject: fixed osx dylib problem (again?) X-Git-Tag: LAST_LIBGRAPH~32^2~3193 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=031d28e513d8f94efae33f3eb5a92bdd8becd4fc;p=graphviz fixed osx dylib problem (again?) --- diff --git a/configure.ac b/configure.ac index df0005150..7defb29a3 100644 --- a/configure.ac +++ b/configure.ac @@ -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