X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=configure.ac;h=6995e78406a9d7deea0a717e4abeda780473ca66;hb=c6f3f5b4b3ec439ae911ca0644237d96fd31893e;hp=ab24266fa099b5c266a2a211c8bc4b5f4dbd2eec;hpb=bd441fa27a22b7c6e11d9330560e0622fb69f297;p=elogind.git diff --git a/configure.ac b/configure.ac index ab24266fa..6995e7840 100644 --- a/configure.ac +++ b/configure.ac @@ -60,10 +60,7 @@ AC_PROG_SED AC_PROG_GREP AC_PROG_AWK -AC_PROG_CC AC_PROG_CC_C99 -AM_PROG_CC_C_O -AC_PROG_GCC_TRADITIONAL AC_PATH_PROG([M4], [m4]) AC_PATH_PROG([XSLTPROC], [xsltproc]) @@ -128,6 +125,7 @@ CC_CHECK_FLAGS_APPEND([with_cflags], [CFLAGS], [\ -Wold-style-definition \ -Wpointer-arith \ -Winit-self \ + -Wdeclaration-after-statement \ -Wfloat-equal \ -Wmissing-prototypes \ -Wstrict-prototypes \