View | Details | Raw Unified | Return to bug 130887
Collapse All | Expand All

(-)configure.ac 2009-01-22 15:40:50.000000000 +0100 (-1 / +1 lines)
Lines 244-250 Link Here
244
244
245
245
246
CFLAGS="$CFLAGS -Wall"
246
CFLAGS="$CFLAGS -Wall"
247
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_srcdir)/include"
247
CPPFLAGS="-I\$(top_srcdir) -I\$(top_srcdir)/include $CPPFLAGS"
248
248
249
249
250
# check for lex/flex
250
# check for lex/flex
(-)configure 2009-01-22 15:46:01.000000000 +0100 (-1 / +1 lines)
Lines 9269-9275 Link Here
9269
9269
9270
9270
9271
CFLAGS="$CFLAGS -Wall"
9271
CFLAGS="$CFLAGS -Wall"
9272
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir) -I\$(top_srcdir)/include"
9272
CPPFLAGS="-I\$(top_srcdir) -I\$(top_srcdir)/include $CPPFLAGS"
9273
9273
9274
9274
9275
# check for lex/flex
9275
# check for lex/flex

Return to bug 130887