summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2013-11-10 10:32:01 +0000
committerRoy Marples <roy@marples.name>2013-11-10 10:32:01 +0000
commit587b9b7f7407a93f72bb027089ca7de16a5147e8 (patch)
tree604dfca6556fb8a782e0fa7bed3558c080489daf /configure
parentaeddc61af7fe6b943e7047a8cc3f9a367edcbcfc (diff)
downloaddhcpcd-587b9b7f7407a93f72bb027089ca7de16a5147e8.tar.xz
Fix typo adding CPPFLAGS to XCC.
Thanks to Michael Forney.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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