Fix configure error

This commit is contained in:
Roy Marples 2014-05-30 22:02:16 +00:00
parent 55e83eba2d
commit 6d3ed56804

2
configure vendored
View File

@ -343,7 +343,7 @@ EOF
case "$OS" in
sunos*);;
*) echo "CFLAGS+= -Wstrict-overflow" >>$CONFIG_MF;;
*) echo "CFLAGS+= -Wstrict-overflow" >>$CONFIG_MK;;
esac
fi