]> www.ginac.de Git - ginac.git/blobdiff - configure.ac
Remove extra cases for missing <stdint.h>.
[ginac.git] / configure.ac
index 6e4a4119d97cfadc8c7f59f09663d2e866b5bce5..b96d543f7d02370c2665ba22ff8496e4d8cc6bcd 100644 (file)
@@ -39,7 +39,7 @@ AS_IF([test -z "$YACCEXE" -a ! -f $srcdir/ginsh/ginsh_parser.hpp],
 
 dnl Switch to C++ language mode for the following libraries and headers.
 AC_LANG([C++])
-AX_CXX_COMPILE_STDCXX_11
+AX_CXX_COMPILE_STDCXX([11])
 
 dnl Make sure all the necessary standard headers are installed on the system.
 GINAC_STD_CXX_HEADERS