Add CFLAGS

This commit is contained in:
Jonathan Blandford 2002-01-10 05:55:00 +00:00
parent d7ff9fa84d
commit 936151c14f

View file

@ -17,6 +17,15 @@ AC_STDC_HEADERS
AM_PROG_LIBTOOL
changequote(,)dnl
if test "x$GCC" = "xyes"; then
case " $CFLAGS " in
*[\ \ ]-Wall[\ \ ]*) ;;
*) CFLAGS="$CFLAGS -Wall" ;;
esac
fi
changequote([,])dnl
# Internationalization support
GETTEXT_PACKAGE=control-center
AC_SUBST(GETTEXT_PACKAGE)