summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2017-04-15 18:31:57 +0200
committerDavid Tardon <dtardon@redhat.com>2017-04-15 18:31:57 +0200
commit439c1f927530f80f140c770a1757758ca20a2ba6 (patch)
treeefbf8c02a8727fbfc31ac9a1296aad3b62a3388a /configure.ac
parentd414b1f2dbe40a460c56a0c9e327c98bfe7d45a8 (diff)
the argument is not needed
Change-Id: Ia767f7f6299b46132458ad88c4e7887993a1595b
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 d92da9b..26c50e2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -38,7 +38,7 @@ PKG_PROG_PKG_CONFIG([0.20])
AC_PROG_EGREP
AC_PROG_SED
-AX_CXX_COMPILE_STDCXX_11([noext])
+AX_CXX_COMPILE_STDCXX_11
AX_GCC_FUNC_ATTRIBUTE([format])
dnl ===================================================================