use gnu++11 instead

This commit is contained in:
john30
2017-01-28 13:24:36 +01:00
parent 2bb0a0ff77
commit dee6cc5a55
+1 -1
View File
@@ -11,7 +11,7 @@ if test -z $CXXFLAGS; then
CXXFLAGS="-fpic -Wall -Wno-unused-function -Wextra -g -O2"
fi
AC_PROG_CXX([g++-6 g++-5 g++-4.9 g++-4.8 g++])
AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
AX_CXX_COMPILE_STDCXX([11], [ext], [mandatory])
AC_CHECK_HEADERS([arpa/inet.h \
dirent.h \