aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-08-11 12:06:21 +0200
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-08-11 12:06:31 +0200
commitbe895dc7319d124fe9e0c17d684d81639796ddf6 (patch)
tree8015430a951e458b2dfb5efd71dafa69ce410c9f /configure.ac
parentd2fe0a79dd2e5e7100235aaff8efcc065ee57889 (diff)
downloadetisnoop-be895dc7319d124fe9e0c17d684d81639796ddf6.tar.gz
etisnoop-be895dc7319d124fe9e0c17d684d81639796ddf6.tar.bz2
etisnoop-be895dc7319d124fe9e0c17d684d81639796ddf6.zip
Use AX_CXX_COMPILE_STDCXX instead of _11 variant
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index acb5dba..3a82ea3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_PROG_CXX
AC_PROG_INSTALL
AC_PROG_MKDIR_P
-AX_CXX_COMPILE_STDCXX_11(noext,mandatory)
+AX_CXX_COMPILE_STDCXX(11,noext,mandatory)
AC_PROG_CC_STDC
# Added for automake 1.13 on CentOS 7, obsolecent starting with automake 1.14