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
     1.1 --- a/configure.ac	Wed Nov 06 20:34:54 2019 +0100
     1.2 +++ b/configure.ac	Wed Nov 06 21:01:25 2019 +0100
     1.3 @@ -46,10 +46,7 @@
     1.4  LT_INIT
     1.5  
     1.6  # we want c11, and may fall back to c99
     1.7 -AX_CHECK_COMPILE_FLAG([-std=c11],
     1.8 -    [AX_APPEND_FLAG([-std=c11])],
     1.9 -    AC_PROG_CC_C99
    1.10 -)
    1.11 +AC_PROG_CC_C99
    1.12  
    1.13  # we want to support automake < 1.14, so we need this deprecated macro
    1.14  # it tests, whether the compiler allows -c and -o simultaneously

mercurial