Add -Wall to default CFLAGS

This commit is contained in:
Julien BLACHE 2009-04-05 18:31:00 +02:00
parent 9d9a4a0ea2
commit 311eb19cb5
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,8 @@ AC_PROG_CC
AM_PROG_CC_C_O
LT_INIT([disable-static])
CFLAGS="$CFLAGS -Wall"
AC_CHECK_HEADERS([sys/wait.h])
AC_CHECK_HEADERS([sys/param.h])
AC_CHECK_HEADERS([sys/select.h])