gdb/selftest.m4: ensure $development is set
[deliverable/binutils-gdb.git] / gdbsupport / configure
index 1b141387e5a191b1ea2406ba1a351c0a06b1d110..66dc9062045c1631e40e3a711bccade4a9d84867 100755 (executable)
@@ -10606,6 +10606,11 @@ $as_echo "$bfd_cv_have_sys_procfs_type_elf_fpregset_t" >&6; }
 # 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.028461 seconds and 4 git commands to generate.