comparison src/configure.in @ 809:4f1b94b51e99 v7.0b02

updated for version 7.0b02
author vimboss
date Sun, 26 Mar 2006 21:06:50 +0000
parents db73a88f4c2d
children 4a79d6d376f0
comparison
equal deleted inserted replaced
808:111e109dad13 809:4f1b94b51e99
101 else 101 else
102 AC_MSG_RESULT([yes, Darwin support excluded]) 102 AC_MSG_RESULT([yes, Darwin support excluded])
103 fi 103 fi
104 104
105 AC_MSG_CHECKING(--with-mac-arch argument) 105 AC_MSG_CHECKING(--with-mac-arch argument)
106 AC_ARG_WITH(mac-arch, [ --with-mac-arch=ARCH intel, ppc or both], 106 AC_ARG_WITH(mac-arch, [ --with-mac-arch=ARCH current, intel, ppc or both],
107 MACARCH="$withval"; AC_MSG_RESULT($MACARCH), 107 MACARCH="$withval"; AC_MSG_RESULT($MACARCH),
108 MACARCH="both"; AC_MSG_RESULT(defaulting to $MACARCH)) 108 MACARCH="current"; AC_MSG_RESULT(defaulting to $MACARCH))
109 109
110 if test "x$MACARCH" = "xboth"; then 110 if test "x$MACARCH" = "xboth"; then
111 AC_MSG_CHECKING(for 10.4 universal SDK) 111 AC_MSG_CHECKING(for 10.4 universal SDK)
112 dnl There is a terrible inconsistency (but we appear to get away with it): 112 dnl There is a terrible inconsistency (but we appear to get away with it):
113 dnl $CFLAGS uses the 10.4u SDK library for the headers, while $CPPFLAGS 113 dnl $CFLAGS uses the 10.4u SDK library for the headers, while $CPPFLAGS