From dee6cc5a556ef050d4eb7aa47c5414484cc93723 Mon Sep 17 00:00:00 2001 From: john30 Date: Sat, 28 Jan 2017 13:24:36 +0100 Subject: [PATCH] use gnu++11 instead --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index a6208ef5..49556a3c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 \