Skip to content

Commit

Permalink
configure.ac: remove unneeded OSX flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Garzik committed Sep 18, 2013
1 parent 87d7a0e commit 2e9c8ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -215,9 +215,6 @@ case $host in
AX_CHECK_LINK_FLAG([[$base_frameworks]],[LIBS="$LIBS $base_frameworks"],[AC_MSG_ERROR(could not find base frameworks)])
fi

AX_CHECK_COMPILE_FLAG([-mmacosx-version-min=10.5],[CXXFLAGS="$CXXFLAGS -mmacosx-version-min=10.5"])
AX_CHECK_COMPILE_FLAG([-arch i386],[CXXFLAGS="$CXXFLAGS -arch i386"])
CXXFLAGS="$CXXFLAGS -O3"
CPPFLAGS="$CPPFLAGS -DMAC_OSX"
TESTDEFS="-DBOOST_TEST_DYN_LINK"
;;
Expand Down

0 comments on commit 2e9c8ae

Please sign in to comment.