CVSROOT: /sources/grep
Module name: grep
Changes by: Karl Berry <karl> 09/02/02 00:33:03
Index: configure.ac.in
===================================================================
RCS file: /sources/grep/grep/configure.ac.in,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- configure.ac.in 1 Feb 2009 05:46:45 -0000 1.11
+++ configure.ac.in 2 Feb 2009 00:33:03 -0000 1.12
@@ -154,7 +154,7 @@
# support for pcre
if test x"$testpcre" = x"yes"; then
if pcre-config --cflags >/dev/null 2>&1; then
- CFLAGS="$CFLAGS `pcre-config --cflags`"
+ CPPFLAGS="$CPPFLAGS `pcre-config --cflags`"
LIBS="$LIBS `pcre-config --libs`"
fi
AC_CHECK_LIB(pcre, pcre_exec)