summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2014-05-30 22:02:16 +0000
committerRoy Marples <roy@marples.name>2014-05-30 22:02:16 +0000
commit6d3ed568047f4193632bffdb42b8e5cc387aa333 (patch)
treeeac9e68b25c340a838148e6d3e31f42ffa6a83b4 /configure
parent55e83eba2de92dfdc2a2e2c8d56f581260480c80 (diff)
downloaddhcpcd-6d3ed568047f4193632bffdb42b8e5cc387aa333.tar.xz
Fix configure error
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index c048c5fa..9f2a0d6f 100755
--- a/configure
+++ b/configure
@@ -343,7 +343,7 @@ EOF
case "$OS" in
sunos*);;
- *) echo "CFLAGS+= -Wstrict-overflow" >>$CONFIG_MF;;
+ *) echo "CFLAGS+= -Wstrict-overflow" >>$CONFIG_MK;;
esac
fi