gdb/selftest.m4: ensure $development is set
[deliverable/binutils-gdb.git] / gdbserver / configure
index 13ac7188454da109904ead5cd5b226bde7524a5d..b0a25688c75d3cb4e322c1365928cef807c8c26c 100755 (executable)
@@ -6083,6 +6083,11 @@ fi
 # The default value of this option changes depending whether we're on
 # development mode (in which case it's "true") or not (in which case
 # it's "false").
+
+if test "x$development" != xtrue && test "x$development" != xfalse; then :
+  as_fn_error $? "Invalid value for \$development, got \"$development\", expecting \"true\" or \"false\"." "$LINENO" 5
+fi
+
 # Check whether --enable-unit-tests was given.
 if test "${enable_unit_tests+set}" = set; then :
   enableval=$enable_unit_tests; case "${enableval}" in
This page took 0.024801 seconds and 4 git commands to generate.