diff options
| author | Roy Marples <roy@marples.name> | 2009-07-26 16:40:47 +0000 |
|---|---|---|
| committer | Roy Marples <roy@marples.name> | 2009-07-26 16:40:47 +0000 |
| commit | aea65dead3c85f828e46d7d82f8c9e42e8c8735b (patch) | |
| tree | 2cabb7d5a9a9db1995e727bbcc6836412f7c746c /configure | |
| parent | 5e2062a411b716e63d29123a6fdf641d13afa31d (diff) | |
| download | dhcpcd-aea65dead3c85f828e46d7d82f8c9e42e8c8735b.tar.xz | |
Warn for unknown options
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |
