From 14885f0910b8641e8a011c8f3a1e3599e7260ef4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Sat, 17 Jul 2004 21:54:31 +0000 Subject: [PATCH] complain about unrecognized flags git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28290 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- wx-config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wx-config.in b/wx-config.in index 72c1e4b3dd..3977e1037a 100755 --- a/wx-config.in +++ b/wx-config.in @@ -438,6 +438,10 @@ while test $# -gt 0; do --help|-h) usage 1 1>&2 ;; + -*) + # unrecognized flag is error + usage 1 1>&2 + ;; esac shift done -- 2.50.0