Skip to content

Commit b6e8b25

Browse files
committed
Small configure.ac change that was used on Oculus cluster
1 parent 85129c5 commit b6e8b25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ AC_PROG_LN_S
8080
AC_PROG_RANLIB
8181

8282
# check for c++11 support (and add compiler flag)
83-
AX_CXX_COMPILE_STDCXX(11, noext, mandatory)
83+
#AX_CXX_COMPILE_STDCXX(11, ext, mandatory)
8484

8585
# check for valgrind
8686
AX_VALGRIND_CHECK

0 commit comments

Comments
 (0)