diff options
author | Дилян Палаузов <dilyan.palauzov@aegee.org> | 2018-12-12 07:46:03 +0000 |
---|---|---|
committer | Simon Marchi <simon.marchi@polymtl.ca> | 2019-01-03 00:03:34 -0500 |
commit | 69961a84c9b3744a10248fb6cbccc3c688a1e0a5 (patch) | |
tree | 88194775c8d80446dd762c17b0668bfb525a621c /ChangeLog | |
parent | e8b1c9b397af0fdb3489a207a8d7d3fdcaefe7b5 (diff) | |
download | gdb-69961a84c9b3744a10248fb6cbccc3c688a1e0a5.zip gdb-69961a84c9b3744a10248fb6cbccc3c688a1e0a5.tar.gz gdb-69961a84c9b3744a10248fb6cbccc3c688a1e0a5.tar.bz2 |
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
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +2019-01-03 Дилян Палаузов <dilyan.palauzov@aegee.org> + + * configure.ac: Don't configure readline if --with-system-readline is + used. + * configure: Re-generate. + 2018-10-31 Joseph Myers <joseph@codesourcery.com> Merge from GCC: |