# HG changeset patch # User diego # Date 1147602807 0 # Node ID e5b65b94eb735c9ef2902671eb75b729d5daa599 # Parent 9533f21d3f7e572cd6b88a5b31da20532ea4c181 Fix LDFLAGS vs CPPFLAGS typo noticed by Derek E. Lewis. diff -r 9533f21d3f7e -r e5b65b94eb73 configure --- 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