X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=configure.ac;h=46501c28826985e2fed1509c93e7e4c9093b88eb;hb=0f4a61b42002f568473f821f00dd240413beadd0;hp=99229d97037a9ece6d6003c7833a49539590ea14;hpb=4119873a48042e532f7485b84cca83ea0bf1fcf6;p=deliverable%2Fbinutils-gdb.git diff --git a/configure.ac b/configure.ac index 99229d9703..46501c2882 100644 --- a/configure.ac +++ b/configure.ac @@ -245,6 +245,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.