Skip to content
Snippets Groups Projects
Commit b66c52e9 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

Require C99 when compiling MEX files, since mjdgges now uses C99 features

(cherry picked from commit fbddfc0a)
parent dfa784fd
No related branches found
No related tags found
No related merge requests found
...@@ -58,6 +58,7 @@ CXXFLAGS="$CXXFLAGS -Wall -Wno-parentheses" ...@@ -58,6 +58,7 @@ CXXFLAGS="$CXXFLAGS -Wall -Wno-parentheses"
AC_PROG_F77([gfortran g77 f77]) AC_PROG_F77([gfortran g77 f77])
AC_PROG_CC AC_PROG_CC
AC_PROG_CC_C99 # mjdgges DLL now uses C99 features (variable declared in for loop)
AC_PROG_CXX AC_PROG_CXX
AC_PROG_RANLIB AC_PROG_RANLIB
AX_PROG_LN_S AX_PROG_LN_S
......
...@@ -46,6 +46,7 @@ CXXFLAGS="$CXXFLAGS -Wall -Wno-parentheses" ...@@ -46,6 +46,7 @@ CXXFLAGS="$CXXFLAGS -Wall -Wno-parentheses"
AC_PROG_F77([gfortran g77 f77]) AC_PROG_F77([gfortran g77 f77])
AC_PROG_CC AC_PROG_CC
AC_PROG_CC_C99 # mjdgges DLL now uses C99 features (variable declared in for loop)
AC_PROG_CXX AC_PROG_CXX
AC_PROG_RANLIB AC_PROG_RANLIB
AX_PROG_LN_S AX_PROG_LN_S
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment