diff options
| author | Roy Marples <roy@marples.name> | 2013-11-10 10:32:01 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-11-10 10:32:01 +0000 |
| commit | 587b9b7f7407a93f72bb027089ca7de16a5147e8 (patch) | |
| tree | 604dfca6556fb8a782e0fa7bed3558c080489daf /configure | |
| parent | aeddc61af7fe6b943e7047a8cc3f9a367edcbcfc (diff) | |
| download | dhcpcd-587b9b7f7407a93f72bb027089ca7de16a5147e8.tar.xz | |
Fix typo adding CPPFLAGS to XCC.
Thanks to Michael Forney.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
