aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-07-14 00:33:40 +0200
committerJay Berkenbilt <ejb@ql.org>2019-11-09 14:18:02 +0100
commit653ce3550d18a07194a4c3bb9b4a3d260ed842cd (patch)
treef08b5d5ddd43bf2b529d9623f045a541f379b3c4 /configure.ac
parenta1fd00e7e15219c97057c2e245ea9dd0341429d5 (diff)
downloadqpdf-653ce3550d18a07194a4c3bb9b4a3d260ed842cd.tar.zst
Require C++-11
Includes updates to m4/ax_cxx_compile_stdcxx.m4 to make it work with msvc, which supports C++-11 with no flags but doesn't set __cplusplus to a recent value.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index da8a90a9..3d0d5159 100644
--- a/configure.ac
+++ b/configure.ac
@@ -36,6 +36,7 @@ fi
AC_PROG_CC
AC_PROG_CC_C99
AC_PROG_CXX
+AX_CXX_COMPILE_STDCXX([11], [noext], [mandatory])
AC_HEADER_STDC
LT_INIT([win32-dll])