X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=configure.ac;h=420021f628ab81d61a4e898fe1acdc6c3d173f2a;hb=69892731c1a337485c955f5c292d8cf7c179a162;hp=e64e094ccbbfc20070a147acaa0a94528f9919ce;hpb=1beb6318ba644982a2cebd68148f4d70a514cf9d;p=sysdb.git diff --git a/configure.ac b/configure.ac index e64e094..420021f 100644 --- a/configure.ac +++ b/configure.ac @@ -108,7 +108,7 @@ if test "x$enable_standards" = "xyes"; then dnl strict standards compliance a bit to work around this. AC_DEFINE([_BSD_SOURCE], 1, [Define to enable 4.3BSD support.]) - for flag in -std=c99 -pedantic; do + for flag in -std=c99; do AC_MSG_CHECKING([whether $CC accepts $flag]) if test_cc_flags $flag; then