diff --git a/mex/build/matlab/configure.ac b/mex/build/matlab/configure.ac index 40e93d6f8..ef87b0fdb 100644 --- a/mex/build/matlab/configure.ac +++ b/mex/build/matlab/configure.ac @@ -48,9 +48,6 @@ case ${host_os} in AC_MSG_WARN([not run from MATLAB, because it cannot load the Cygwin DLL.]) AC_MSG_WARN([This is probably not what you want. Consider using a MinGW cross-compiler.]) ;; - *darwin13*) - CXXFLAGS="$CXXFLAGS -std=c++11" - ;; esac CFLAGS="$CFLAGS -Wall -Wno-parentheses" @@ -76,6 +73,9 @@ case ${host_os} in # Also see CFLAGS="$CFLAGS -include stdint.h -Dchar16_t=uint_least16_t" ;; + *darwin*) + CXXFLAGS="$CXXFLAGS -stdlib=libc++" + ;; esac AX_PTHREAD