diff options
| author | Roy Marples <roy@marples.name> | 2014-05-30 22:02:16 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2014-05-30 22:02:16 +0000 |
| commit | 6d3ed568047f4193632bffdb42b8e5cc387aa333 (patch) | |
| tree | eac9e68b25c340a838148e6d3e31f42ffa6a83b4 /configure | |
| parent | 55e83eba2de92dfdc2a2e2c8d56f581260480c80 (diff) | |
| download | dhcpcd-6d3ed568047f4193632bffdb42b8e5cc387aa333.tar.xz | |
Fix configure error
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -343,7 +343,7 @@ EOF case "$OS" in sunos*);; - *) echo "CFLAGS+= -Wstrict-overflow" >>$CONFIG_MF;; + *) echo "CFLAGS+= -Wstrict-overflow" >>$CONFIG_MK;; esac fi |
