comparison configure @ 19426:99f95ed2d1e5

fix missing symbol when compiling with live support on mac osx
author nplourde
date Fri, 18 Aug 2006 01:15:46 +0000
parents 4c2018ab7d45
children ac69ba536915
comparison
equal deleted inserted replaced
19425:4c2018ab7d45 19426:99f95ed2d1e5
7028 _crash_debug=no 7028 _crash_debug=no
7029 fi 7029 fi
7030 echores "$_crash_debug" 7030 echores "$_crash_debug"
7031 7031
7032 if darwin ; then 7032 if darwin ; then
7033 CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN" 7033 CFLAGS="$CFLAGS -mdynamic-no-pic -falign-loops=16 -DSYS_DARWIN -DCONFIG_DARWIN -shared-libgcc"
7034 if x86 ; then 7034 if x86 ; then
7035 CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk" 7035 CFLAGS="$CFLAGS -arch i386 -isysroot /Developer/SDKs/MacOSX10.4u.sdk"
7036 fi 7036 fi
7037 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then 7037 if [ "$_cc_major" = 3 ] && [ "$_cc_minor" -lt 1 ]; then
7038 CFLAGS="$CFLAGS -no-cpp-precomp" 7038 CFLAGS="$CFLAGS -no-cpp-precomp"