]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Don't build readline/libreadline.a, when --with-system-readline is supplied
authorДилян Палаузов <dilyan.palauzov@aegee.org>
Wed, 12 Dec 2018 07:46:03 +0000 (07:46 +0000)
committerSimon Marchi <simon.marchi@polymtl.ca>
Thu, 3 Jan 2019 05:03:34 +0000 (00:03 -0500)
commit69961a84c9b3744a10248fb6cbccc3c688a1e0a5
tree88194775c8d80446dd762c17b0668bfb525a621c
parente8b1c9b397af0fdb3489a207a8d7d3fdcaefe7b5
Don't build readline/libreadline.a, when --with-system-readline is supplied

https://sourceware.org/bugzilla/show_bug.cgi?id=18632

The bundled libreadline is always built, even if the system is
./configure'd --with-system-readline and the build libreadline.a is not
used.

Proposed patch:

Fix ./configure.ac not to proceed readline/, when --with-system-
readline is provided
ChangeLog
configure
configure.ac