diff options
author | Tom Tromey <tromey@adacore.com> | 2021-06-01 08:11:30 -0600 |
---|---|---|
committer | Tom Tromey <tromey@adacore.com> | 2021-06-01 08:11:31 -0600 |
commit | ba56237dab86cceb53e5b27c56d930ec4055ea35 (patch) | |
tree | 51ccf2820412c7711900dbc179763f21c619f878 /gdb/configure | |
parent | 2adf17813913122c9ca53dde25cab8fde14483db (diff) | |
download | binutils-ba56237dab86cceb53e5b27c56d930ec4055ea35.zip binutils-ba56237dab86cceb53e5b27c56d930ec4055ea35.tar.gz binutils-ba56237dab86cceb53e5b27c56d930ec4055ea35.tar.bz2 |
Clean up gdb's --enable-shared
The old testsuite configure did not use AS_HELP_STRING, and it had a
typo in the help for --enable-shared. This patch fixes these
problems.
gdb/ChangeLog
2021-06-01 Tom Tromey <tromey@adacore.com>
* configure: Rebuild.
* configure.ac: Use AS_HELP_STRING for enable-shared. Fix typo.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-x | gdb/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure b/gdb/configure index 7897a57..fb43377 100755 --- a/gdb/configure +++ b/gdb/configure @@ -1588,7 +1588,7 @@ Optional Features: sometimes confusing) to the casual installer --enable-plugins Enable support for plugins --disable-largefile omit support for large files - --enable-shared build shared libraries deault=yes + --enable-shared build shared libraries [default=yes] --enable-targets=TARGETS alternative target configurations --enable-64-bit-bfd 64-bit support (on hosts with narrower word sizes) |