comparison src/auto/configure @ 1682:81059e8b657d v7.2b.015

updated for version 7.2b-015
author vimboss
date Thu, 24 Jul 2008 15:20:50 +0000
parents fe4ebbec775a
children 95dd473d2d28
comparison
equal deleted inserted replaced
1681:fe4ebbec775a 1682:81059e8b657d
3944 LDFLAGS="$LDFLAGS -arch ppc" 3944 LDFLAGS="$LDFLAGS -arch ppc"
3945 fi 3945 fi
3946 3946
3947 if test "$enable_darwin" = "yes"; then 3947 if test "$enable_darwin" = "yes"; then
3948 MACOSX=yes 3948 MACOSX=yes
3949 OS_EXTRA_SCR="os_macosx.c os_mac_conv.c"; 3949 OS_EXTRA_SRC="os_macosx.c os_mac_conv.c";
3950 OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o" 3950 OS_EXTRA_OBJ="objects/os_macosx.o objects/os_mac_conv.o"
3951 CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp" 3951 CPPFLAGS="$CPPFLAGS -DMACOS_X_UNIX -no-cpp-precomp"
3952 if test "x$MACARCH" = "xboth"; then 3952 if test "x$MACARCH" = "xboth"; then
3953 CPPFLAGS="$CPPFLAGS -I/Developer/SDKs/MacOSX10.4u.sdk/Developer/Headers/FlatCarbon" 3953 CPPFLAGS="$CPPFLAGS -I/Developer/SDKs/MacOSX10.4u.sdk/Developer/Headers/FlatCarbon"
3954 else 3954 else