X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=configure.ac;h=420021f628ab81d61a4e898fe1acdc6c3d173f2a;hp=e64e094ccbbfc20070a147acaa0a94528f9919ce;hb=cf17313d62dcf1c10df0fe19287e354ede68206b;hpb=1beb6318ba644982a2cebd68148f4d70a514cf9d 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