COFF: Check for symbols defined in discarded section
[deliverable/binutils-gdb.git] / configure
index 08dd35c3eaf553ad958db6b4f3fac1efa03cfb80..374764596123660de16656a0f5d4524a3b9c9ee7 100755 (executable)
--- a/configure
+++ b/configure
@@ -2907,6 +2907,12 @@ if test x$with_system_zlib = xyes ; then
   noconfigdirs="$noconfigdirs zlib"
 fi
 
+# Don't compile the bundled readline/libreadline.a if --with-system-readline
+# is provided.
+if test x$with_system_readline = xyes ; then
+  noconfigdirs="$noconfigdirs readline"
+fi
+
 # some tools are so dependent upon X11 that if we're not building with X,
 # it's not even worth trying to configure, much less build, that tool.
 
This page took 0.025358 seconds and 4 git commands to generate.