aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2021-06-01 08:11:30 -0600
committerTom Tromey <tromey@adacore.com>2021-06-01 08:11:31 -0600
commitba56237dab86cceb53e5b27c56d930ec4055ea35 (patch)
tree51ccf2820412c7711900dbc179763f21c619f878 /gdb/configure.ac
parent2adf17813913122c9ca53dde25cab8fde14483db (diff)
downloadfsf-binutils-gdb-ba56237dab86cceb53e5b27c56d930ec4055ea35.zip
fsf-binutils-gdb-ba56237dab86cceb53e5b27c56d930ec4055ea35.tar.gz
fsf-binutils-gdb-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.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index c08a3b5..e6e1c6b 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -154,7 +154,7 @@ AC_MSG_RESULT([$with_auto_load_safe_path])
# Enable shared libraries.
AC_ARG_ENABLE(shared,
-[ --enable-shared build shared libraries [deault=yes]],,
+AS_HELP_STRING([--enable-shared], [build shared libraries [default=yes]]),,
enable_shared=yes)
# If we have shared libraries, try to set RPATH_ENVVAR reasonably,