Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Tom de Vries <tdevries@suse.de>
To: gdb-patches@sourceware.org
Subject: [PATCH 1/2] [gdb/testsuite] Fix typo in configure.ac
Date: Mon,  8 Jun 2026 19:12:53 +0200	[thread overview]
Message-ID: <20260608171304.3986416-2-tdevries@suse.de> (raw)
In-Reply-To: <20260608171304.3986416-1-tdevries@suse.de>

Fix a typo in gdb/testsuite/configure.ac, and regenerate
gdb/testsuite/configure.
---
 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,
-- 
2.51.0


  reply	other threads:[~2026-06-08 17:14 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-06-08 17:12 [PATCH 0/2] [gdb/testsuite] Codespell fixes Tom de Vries
2026-06-08 17:12 ` Tom de Vries [this message]
2026-06-09 17:08   ` [PATCH 1/2] [gdb/testsuite] Fix typo in configure.ac Tom Tromey
2026-06-08 17:12 ` [PATCH 2/2] [gdb/testsuite] Codespell fixes Tom de Vries
2026-06-10  9:42   ` Tom de Vries

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260608171304.3986416-2-tdevries@suse.de \
    --to=tdevries@suse.de \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox