X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=configure.ac;h=28de40bdc47f973f1d6873d455d4ffcac37094d2;hb=4237fbcaac84160a04333244ba0a309b952d3a8f;hp=8a41a28c053f79c6bd769ffae4f7c086e542d67d;hpb=f227338297de002d8a76dc5e411dde8743751028;p=libsigrok.git diff --git a/configure.ac b/configure.ac index 8a41a28c..28de40bd 100644 --- a/configure.ac +++ b/configure.ac @@ -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'])])