gdb: constify remote files_info
[deliverable/binutils-gdb.git] / configure
index d885973ce6f84c32062262f5ef97978578a2748a..c2c406e7334ed4f879d46ea3ce4752a52315506f 100755 (executable)
--- a/configure
+++ b/configure
@@ -7778,9 +7778,6 @@ do
       skip_next=$separate_arg
       continue
       ;;
-    --enable-multilib | --disable-multilib)
-      continue
-      ;;
     -*)
       # An option.  Add it.
       case $ac_arg in
@@ -7849,12 +7846,10 @@ if test x${is_cross_compiler} = xyes ; then
   target_configargs="--with-cross-host=${host_noncanonical} ${target_configargs}"
 fi
 
-# Pass --enable-multilib to target dirs; default to --enable-multilib.
-case $enable_multilib in
-'' | yes)
+# Default to --enable-multilib.
+if test x${enable_multilib} = x ; then
   target_configargs="--enable-multilib ${target_configargs}"
-  ;;
-esac
+fi
 
 # Pass --with-newlib if appropriate.  Note that target_configdirs has
 # changed from the earlier setting of with_newlib.
This page took 0.027525 seconds and 4 git commands to generate.