diff options
| author | Roy Marples <roy@marples.name> | 2013-06-25 09:04:10 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2013-06-25 09:04:10 +0000 |
| commit | 64fd75d9a9dc9ad14e96cfa38292aa7d2c3c0c5c (patch) | |
| tree | de88ae40fe0ae82e0cefe1e74c25ffe4dd2a2c2d /configure | |
| parent | c4f5f03679684edfdc3fa0176d438bf241dd4e85 (diff) | |
| download | dhcpcd-64fd75d9a9dc9ad14e96cfa38292aa7d2c3c0c5c.tar.xz | |
Incase CFLAGS is set, we should still set stddhcpcd-6.0.2
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
