diff options
author | balrog | 2007-11-17 11:24:32 +0100 |
---|---|---|
committer | balrog | 2007-11-17 11:24:32 +0100 |
commit | 7f1559c644a8a44391cf10c7700a1ece4106a7f7 (patch) | |
tree | 46783255f64ae64a725c65e99a889f95474d33a6 /configure | |
parent | Check permissions for the last byte first in unaligned slow_st accesses (patc... (diff) | |
download | qemu-7f1559c644a8a44391cf10c7700a1ece4106a7f7.tar.gz qemu-7f1559c644a8a44391cf10c7700a1ece4106a7f7.tar.xz qemu-7f1559c644a8a44391cf10c7700a1ece4106a7f7.zip |
Show usage and abort if an unknown option is passed to configure (Carlo Marcelo Arenas Belon).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3666 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -316,6 +316,8 @@ for opt do ;; --disable-werror) werror="no" ;; + *) echo "ERROR: unknown option $opt"; show_help="yes" + ;; esac done |