diff --git a/configure b/configure index 87899cbbeb..12f9307754 100755 --- a/configure +++ b/configure @@ -6051,6 +6051,9 @@ fi CPPFLAGS=$CPPFLAGS' -DMET_BASE="\"$(pkgdatadir)\""' +# Add -std=c++11 to CXXFLAGS +CXXFLAGS=$CXXFLAGS' -std=c++11' + # Define other variables for the makefiles FC_LIBS=-lgfortran