diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-04-01 04:55:48 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-04-01 04:55:48 -0700 |
commit | afa59b79006af1572ceeebcd2ada5a13e483f6b1 (patch) | |
tree | 6aba90c644aab402613e091324ae424d25028825 /gdb | |
parent | 031f1448b68a9eae3392353857c7873f857c2221 (diff) | |
download | gdb-afa59b79006af1572ceeebcd2ada5a13e483f6b1.zip gdb-afa59b79006af1572ceeebcd2ada5a13e483f6b1.tar.gz gdb-afa59b79006af1572ceeebcd2ada5a13e483f6b1.tar.bz2 |
Regenerate configure in bfd/binutils/gas/gdb
bfd/
2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
binutils/
2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
gas/
2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
gdb/
2015-04-01 H.J. Lu <hongjiu.lu@intel.com>
* configure: Regenerated.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/configure | 6 |
2 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0416305..88e4a0c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2015-04-01 H.J. Lu <hongjiu.lu@intel.com> + + * configure: Regenerated. + 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com> Jan Kratochvil <jan.kratochvil@redhat.com> Oleg Nesterov <oleg@redhat.com> diff --git a/gdb/configure b/gdb/configure index d3d093d..3e031a5 100755 --- a/gdb/configure +++ b/gdb/configure @@ -7025,8 +7025,10 @@ fi # Check whether --with-system-zlib was given. if test "${with_system_zlib+set}" = set; then : - withval=$with_system_zlib; zlibdir= - zlibinc= + withval=$with_system_zlib; if test x$with_system_zlib = xyes ; then + zlibdir= + zlibinc= + fi fi |