[binutils-gdb] [gdb/testsuite] Fix typo in configure.ac

Tom de Vries via Gdb-cvs <[email protected]> Tue, 9 Jun 2026 18:31:59 +0000 (GMT)
Newsgroups gmane.comp.gdb.cvs
Message-ID <[email protected]>
https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=1fa6aa8fcfab3c613bd4a0f2606e068a6ece4f88

commit 1fa6aa8fcfab3c613bd4a0f2606e068a6ece4f88
Author: Tom de Vries <[email protected]>
Date:   Tue Jun 9 20:31:54 2026 +0200

    [gdb/testsuite] Fix typo in configure.ac
    
    Fix a typo in gdb/testsuite/configure.ac, and regenerate
    gdb/testsuite/configure.
    
    Approved-By: Tom Tromey <[email protected]>

Diff:
---
 gdb/testsuite/configure    | 2 +-
 gdb/testsuite/configure.ac | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gdb/testsuite/configure b/gdb/testsuite/configure
index c8be80b0725..6ea9686516d 100755
--- a/gdb/testsuite/configure
+++ b/gdb/testsuite/configure
@@ -1326,7 +1326,7 @@ Optional Features:
   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
   --enable-gtk            enable gdbtk graphical user interface (GUI)
   --enable-libctf         Handle .ctf type-info sections [default=yes]
-  --enable-shared         build shared libraries deault=yes
+  --enable-shared         build shared libraries default=yes
 
 Some influential environment variables:
   CC          C compiler command
diff --git a/gdb/testsuite/configure.ac b/gdb/testsuite/configure.ac
index 575b1d2baaf..6eae19656df 100644
--- a/gdb/testsuite/configure.ac
+++ b/gdb/testsuite/configure.ac
@@ -49,7 +49,7 @@ AC_SUBST(enable_libctf)
 
 # Enable shared libraries.
 AC_ARG_ENABLE(shared,
-[  --enable-shared         build shared libraries [deault=yes]],,
+[  --enable-shared         build shared libraries [default=yes]],,
   enable_shared=yes)
 
 # If we have shared libraries, try to set RPATH_ENVVAR reasonably,