changeset 18501:e5b65b94eb73

Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis.
author diego
date Sun, 14 May 2006 10:33:27 +0000
parents 9533f21d3f7e
children 219b1ce8cc3c
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun May 14 10:21:56 2006 +0000
+++ b/configure	Sun May 14 10:33:27 2006 +0000
@@ -1504,7 +1504,7 @@
   _warn_CFLAGS=yes
 fi
 if test -n "$CPPFLAGS" ; then
-  _inc_extra="$_inc_extra $LDFLAGS"
+  _inc_extra="$_inc_extra $CPPFLAGS"
   _warn_CFLAGS=yes
 fi