diff options
author | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-01-25 15:22:03 +0000 |
---|---|---|
committer | IOhannes m zmölnig <zmoelnig@users.sourceforge.net> | 2010-01-25 15:22:03 +0000 |
commit | 8fb698d3aefa107214e2d8219d42a413816ecb54 (patch) | |
tree | 446394a5afab48753fab4f0547ccc3f30b383a57 | |
parent | 413cf5c973f917cee38331df447a6b1931b91c45 (diff) |
re-enabled the checks for "-dynamiclib -mmacosx-version-min=10.3 -undefined
dynamic_lookup" since the current test seems to fail on OSX10.6 (while Gem uses
both tests and builds successful)
svn path=/trunk/externals/zexy/; revision=13089
-rw-r--r-- | src/configure.ac | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/configure.ac b/src/configure.ac index d7e722d..2fe5856 100644 --- a/src/configure.ac +++ b/src/configure.ac @@ -301,10 +301,10 @@ then fi fi -#AC_CHECK_LDFLAGS([-dynamiclib -mmacosx-version-min=10.3 -undefined dynamic_lookup], -# , +AC_CHECK_LDFLAGS([-dynamiclib -mmacosx-version-min=10.3 -undefined dynamic_lookup], + , AC_CHECK_LDFLAGS([-bundle -undefined suppress -flat_namespace]) -# ) + ) if test x${KERN} = xIRIX64; then LDFLAGS="-n32 -DUNIX -DIRIX -DN32 -woff 1080,1064,1185 \ |