removes c11 default again and leave the choice to the user

Wed, 06 Nov 2019 21:01:25 +0100

author
Mike Becker <universe@uap-core.de>
date
Wed, 06 Nov 2019 21:01:25 +0100
changeset 368
97c53f7ef5e4
parent 367
e54e0b24e98e
child 369
28a8ccc442b0

removes c11 default again and leave the choice to the user

configure.ac file | annotate | diff | comparison | revisions
--- a/configure.ac	Wed Nov 06 20:34:54 2019 +0100
+++ b/configure.ac	Wed Nov 06 21:01:25 2019 +0100
@@ -46,10 +46,7 @@
 LT_INIT
 
 # we want c11, and may fall back to c99
-AX_CHECK_COMPILE_FLAG([-std=c11],
-    [AX_APPEND_FLAG([-std=c11])],
-    AC_PROG_CC_C99
-)
+AC_PROG_CC_C99
 
 # we want to support automake < 1.14, so we need this deprecated macro
 # it tests, whether the compiler allows -c and -o simultaneously

mercurial