configure: don't issue warnings that make compilation with libev impossible

This commit is contained in:
Nikos Mavrogiannopoulos
2015-11-14 10:53:45 +01:00
parent c053474be9
commit 2588e617c0

View File

@@ -15,7 +15,7 @@ AM_PROG_AR
AM_PROG_CC_C_O
AC_PROG_SED
if [ test "$GCC" = "yes" ];then
CFLAGS="$CFLAGS -Wall"
CFLAGS="$CFLAGS -Wall -Wno-strict-aliasing"
fi
AC_PATH_PROG(CTAGS, ctags, [:])
AC_PATH_PROG(CSCOPE, cscope, [:])