]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Fix typo adding CPPFLAGS to XCC.
authorRoy Marples <roy@marples.name>
Sun, 10 Nov 2013 10:32:01 +0000 (10:32 +0000)
committerRoy Marples <roy@marples.name>
Sun, 10 Nov 2013 10:32:01 +0000 (10:32 +0000)
Thanks to Michael Forney.

configure

index c54028ad086ae1d9f088119390d52c8b63d30ddc..d1738381836e4aa59c19c46380d98b13a2c1c0bf 100755 (executable)
--- a/configure
+++ b/configure
@@ -355,7 +355,7 @@ if [ -e "$LDELF" ]; then
 fi
 
 # Add CPPFLAGS and CFLAGS to CC for testing features
-XCC="$CC `$SED -n -e 's/CPPLAGS+=*\(.*\)/\1/p' $CONFIG_MK`"
+XCC="$CC `$SED -n -e 's/CPPFLAGS+=*\(.*\)/\1/p' $CONFIG_MK`"
 XCC="$XCC `$SED -n -e 's/CFLAGS+=*\(.*\)/\1/p' $CONFIG_MK`"
 
 abort=false