From: Roy Marples Date: Sun, 10 Nov 2013 10:32:01 +0000 (+0000) Subject: Fix typo adding CPPFLAGS to XCC. X-Git-Tag: v6.2.0~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=587b9b7f7407a93f72bb027089ca7de16a5147e8;p=thirdparty%2Fdhcpcd.git Fix typo adding CPPFLAGS to XCC. Thanks to Michael Forney. --- diff --git a/configure b/configure index c54028ad..d1738381 100755 --- 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