From 031d28e513d8f94efae33f3eb5a92bdd8becd4fc Mon Sep 17 00:00:00 2001 From: north Date: Thu, 9 Oct 2008 18:02:19 +0000 Subject: [PATCH] fixed osx dylib problem (again?) --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.40.0