Home | History | Annotate | Download | only in autoconf

Lines Matching full:cxx11

384 dnl --enable-cxx11 : check whether or not to use -std=c++11 on the command line
385 AC_ARG_ENABLE(cxx11,
386 AS_HELP_STRING([--enable-cxx11],
393 *) AC_MSG_ERROR([Invalid setting for --enable-cxx11. Use "yes" or "no"]) ;;