There is no need to AC_SUBST() CFLAGS and CPPFLAGS; it is done automatically.

Submitted by:	Daniel Richard G. <skunk@iskunk.org>


git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@390 185d5e19-27fe-0310-9dcf-9bff6b9f3609
This commit is contained in:
Dag-Erling Smørgrav 2006-07-09 04:37:54 +00:00
parent f2b670bc68
commit 9686238642
1 changed files with 3 additions and 3 deletions

View File

@ -93,10 +93,10 @@ AC_CHECK_LIB(crypt, crypt, CRYPT_LIBS=-lcrypt)
AC_SUBST(CRYPT_LIBS)
CPPFLAGS="$CPPFLAGS -D_GNU_SOURCE"
AC_SUBST(CPPFLAGS)
CFLAGS="$CFLAGS -Werror"
AC_SUBST(CFLAGS)
if test "$GCC" = yes; then
CFLAGS="$CFLAGS -Werror"
fi
AC_CONFIG_FILES([
bin/Makefile