Remove unnecessary $ENV_CFLAGS from configure.ac

CFLAGS are used at build time, not configure time. We don't need to get the
CFLAGS from the environment during configure.

Signed-off-by: Dan McGee <dan@archlinux.org>
This commit is contained in:
Dan McGee 2007-03-29 02:46:36 -04:00
parent 5bc43df6f3
commit e9ee9045ff
1 changed files with 1 additions and 7 deletions

View File

@ -1,6 +1,3 @@
ENV_CFLAGS=$CFLAGS
CFLAGS=""
AC_PREREQ(2.59)
dnl Update it right before the release since $pkgver_foo are all _post_ release snapshots
AC_INIT([Pacman package manager], 3.0.0, [pacman-dev@archlinux.org], [pacman])
@ -61,7 +58,7 @@ AC_ARG_ENABLE(fakeroot,
dnl Host-dependant flags
case "${host}" in
*-*-cygwin*)
ENV_CFLAGS="$ENV_CFLAGS -DCYGWIN"
CFLAGS="$CFLAGS -DCYGWIN"
;;
esac
@ -178,9 +175,6 @@ else
AC_MSG_RESULT(no)
fi
dnl Set CFLAGS to both $CFLAGS and ones from env ($ENV_CFLAGS)
CFLAGS="$CFLAGS $ENV_CFLAGS"
dnl ==========================================================================
AC_OUTPUT([