cflags -> cppflags

SVN revision: 3545
This commit is contained in:
Carsten Haitzler 2000-09-25 20:18:09 +00:00
parent 8e594ea2fb
commit c5a4016479
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ AC_CANONICAL_SYSTEM
AC_ARG_WITH(edb,
[ --with-edb=DIR use edb rooted at <DIR>],
[CFLAGS="$CFLAGS -I$withval/include"
[CPPFLAGS="$CPPFLAGS -I$withval/include"
LIBS="-L$withval/lib $LIBS"])
mmx=no