Permalink
Browse files

remove -msse4.2 commandline option from configure script

  • Loading branch information...
1 parent cdddf62 commit 680eddf3d421f97ba01e8c162b263f31693ba352 @arvidn committed Apr 16, 2016
Showing with 1 addition and 3 deletions.
  1. +0 −2 configure.ac
  2. +1 −1 simulation/libsimulator
View
@@ -536,8 +536,6 @@ AM_CONDITIONAL([WITH_OPENSSL], [test "x$ARG_ENABLE_ENCRYPTION" = "xyes" -o "x$AR
AC_DEFINE([BOOST_ASIO_HASH_MAP_BUCKETS],[1021],[Define to fix a wrong behavior in boost 1.39.])
COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DBOOST_ASIO_HASH_MAP_BUCKETS=1021 "
-COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -msse4.2 "
-
AC_DEFINE([BOOST_EXCEPTION_DISABLE],[1],[Define to disable the boost.exception features.])
COMPILETIME_OPTIONS="$COMPILETIME_OPTIONS -DBOOST_EXCEPTION_DISABLE "

0 comments on commit 680eddf

Please sign in to comment.