OS X futures: only x86
svn: r18400
This commit is contained in:
parent
9b6ccb1476
commit
57ab0dee65
8
src/configure
vendored
8
src/configure
vendored
|
@ -5935,7 +5935,13 @@ case $OS in
|
|||
LDFLAGS="$LDFLAGS -isysroot ${enable_sdk} -mmacosx-version-min=10.4"
|
||||
fi
|
||||
|
||||
enable_futures_by_default=yes
|
||||
case `$UNAME -m` in
|
||||
i386)
|
||||
enable_futures_by_default=yes
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
PREFLAGS="$PREFLAGS -DOS_X -D_DARWIN_UNLIMITED_SELECT"
|
||||
|
||||
|
|
|
@ -645,7 +645,13 @@ case $OS in
|
|||
LDFLAGS="$LDFLAGS -isysroot ${enable_sdk} -mmacosx-version-min=10.4"
|
||||
fi
|
||||
|
||||
enable_futures_by_default=yes
|
||||
case `$UNAME -m` in
|
||||
i386)
|
||||
enable_futures_by_default=yes
|
||||
;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
|
||||
PREFLAGS="$PREFLAGS -DOS_X -D_DARWIN_UNLIMITED_SELECT"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user