aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 7a74c6013..205eee8ca 100755
--- a/configure
+++ b/configure
@@ -316,6 +316,8 @@ for opt do
;;
--disable-werror) werror="no"
;;
+ *) echo "ERROR: unknown option $opt"; show_help="yes"
+ ;;
esac
done