Salome HOME
Use c++11 standard, as for other SALOME modules
[samples/dsccode.git] / configure.ac
index a79473ae854c7aa74e47a503e6383a14011b5775..0464b73183c85c96eb48c6cfb7e34fdaab7d162a 100644 (file)
@@ -7,6 +7,7 @@ AC_PROG_LIBTOOL
 AC_PROG_CC
 dnl C++ 
 AC_PROG_CXX
+AC_CXX_OPTION(-std=gnu++11,CXXFLAGS)
 
 CHECK_F77