# HG changeset patch # User Mike Becker # Date 1573070485 -3600 # Node ID 97c53f7ef5e4483f7d6ad481dd053e18f2b4b6b8 # Parent e54e0b24e98e39c0245dd18921d1a719be2ec32e removes c11 default again and leave the choice to the user diff -r e54e0b24e98e -r 97c53f7ef5e4 configure.ac --- 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