Only warn for unknown options in configure script

This follows discussion started at
http://lists.nongnu.org/archive/html/tinycc-devel/2012-05/msg00015.html
This commit is contained in:
Thomas Preud'homme 2012-05-28 21:16:39 +02:00
parent b56edc7b90
commit 731e07f175
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -168,7 +168,7 @@ for opt do
;;
--help|-h) show_help="yes"
;;
*) echo "configure: unrecognized option $opt"; exit 1
*) echo "configure: WARNING: unrecognized option $opt"
;;
esac
done