changeset 2146:90787e63ccab draft

Fix typo adding CPPFLAGS to XCC. Thanks to Michael Forney.
author Roy Marples <roy@marples.name>
date Sun, 10 Nov 2013 10:32:01 +0000
parents 9fdd71fa84d8
children b45c8654e594
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Fri Nov 08 18:28:44 2013 +0000
+++ b/configure	Sun Nov 10 10:32:01 2013 +0000
@@ -355,7 +355,7 @@
 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