Fix syntax error whe testing old compilers

This commit is contained in:
Jean-Marc Lasgouttes 2015-12-07 22:51:36 +01:00
parent 52978f94d2
commit 26b3674240

View File

@ -319,7 +319,7 @@ if test x$GXX = xyes; then
if test x$enable_cxx11 != xno ; then
case $gxx_version in
4.0*|4.1*|4.2*)
if x$enable_cxx11 = xyes; then
if test x$enable_cxx11 = xyes; then
AC_ERROR([There is no C++11 support in gcc 4.2 or older])
fi;;
4.3*|4.4*|4.5*|4.6*)