summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2013-06-25 09:04:10 +0000
committerRoy Marples <roy@marples.name>2013-06-25 09:04:10 +0000
commit64fd75d9a9dc9ad14e96cfa38292aa7d2c3c0c5c (patch)
treede88ae40fe0ae82e0cefe1e74c25ffe4dd2a2c2d /configure
parentc4f5f03679684edfdc3fa0176d438bf241dd4e85 (diff)
downloaddhcpcd-64fd75d9a9dc9ad14e96cfa38292aa7d2c3c0c5c.tar.xz
Incase CFLAGS is set, we should still set stddhcpcd-6.0.2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 8bcf1da3..523fc03c 100755
--- a/configure
+++ b/configure
@@ -264,8 +264,8 @@ echo "CC= $CC" >>$CONFIG_MK
if [ -n "$CFLAGS" ]; then
echo "CFLAGS= $CFLAGS" >>$CONFIG_MK
fi
-if [ -n "$CPPLAGS" ]; then
- echo "CPPLAGS= $CPPLAGS" >>$CONFIG_MK
+if [ -n "$CPPFLAGS" ]; then
+ echo "CPPFLAGS= $CPPFLAGS" >>$CONFIG_MK
fi
if [ -n "$LDFLAGS" ]; then
echo "LDFLAGS= $LDFLAGS" >>$CONFIG_MK