Kaydet (Commit) c22c4b5b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No need for a case statement here

Change-Id: I9656cf20d034d8b33bee117c809713923179f26b
üst 26cb920c
...@@ -2787,8 +2787,6 @@ if test $_os = Darwin; then ...@@ -2787,8 +2787,6 @@ if test $_os = Darwin; then
INSTALL_NAME_TOOL=install_name_tool INSTALL_NAME_TOOL=install_name_tool
if test -z "$save_CC"; then if test -z "$save_CC"; then
AC_MSG_CHECKING([what compiler to use]) AC_MSG_CHECKING([what compiler to use])
case $with_macosx_sdk in
10.8|10.9|10.10)
stdlib=-stdlib=libc++ stdlib=-stdlib=libc++
if test "$ENABLE_LTO" = TRUE; then if test "$ENABLE_LTO" = TRUE; then
lto=-flto lto=-flto
...@@ -2801,8 +2799,6 @@ if test $_os = Darwin; then ...@@ -2801,8 +2799,6 @@ if test $_os = Darwin; then
STRIP=`xcrun -find strip` STRIP=`xcrun -find strip`
LIBTOOL=`xcrun -find libtool` LIBTOOL=`xcrun -find libtool`
RANLIB=`xcrun -find ranlib` RANLIB=`xcrun -find ranlib`
;;
esac
AC_MSG_RESULT([$CC and $CXX]) AC_MSG_RESULT([$CC and $CXX])
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment