Warn for unknown options

This commit is contained in:
Roy Marples 2009-07-26 16:40:47 +00:00
parent 5e2062a411
commit aea65dead3

1
configure vendored
View File

@ -24,6 +24,7 @@ for x; do
--with-ccopts|CFLAGS) CFLAGS=$var;;
CPPFLAGS) CPPFLAGS=$var;;
--with-hook|--with-hooks|HOOKSCRIPTS) HOOKSCRIPTS=$var;;
*) echo "$0: WARNING: unknown option $opt" >&2;;
esac
done