]> sigrok.org Git - libsigrok.git/blobdiff - configure.ac
build: Replace AX_CXX_COMPILE_STDCXX_11 with latest AX_CXX_COMPILE_STDCXX
[libsigrok.git] / configure.ac
index 8a41a28c053f79c6bd769ffae4f7c086e542d67d..28de40bdc47f973f1d6873d455d4ffcac37094d2 100644 (file)
@@ -303,7 +303,7 @@ AC_ARG_ENABLE([java],
 sr_cxx_missing=
 
 # Check if the C++ compiler supports the C++11 standard.
-AX_CXX_COMPILE_STDCXX_11([noext], [optional])
+AX_CXX_COMPILE_STDCXX([11], [noext], [optional])
 AS_IF([test "x$HAVE_CXX11" != x1],
        [SR_APPEND([sr_cxx_missing], [', '], ['C++11'])])