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:
parent
b56edc7b90
commit
731e07f175
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue