aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-02-01 11:32:19 +0000
committerMark Kettenis <kettenis@gnu.org>2003-02-01 11:32:19 +0000
commitf6e85fc88a224966d44886d9909613ce56208679 (patch)
tree18fd00806989c9bb3a25fc56586825d9fef41465 /gdb/configure.in
parentad4cda162bffa0598963013e44a2ba1f2648581c (diff)
downloadgdb-f6e85fc88a224966d44886d9909613ce56208679.zip
gdb-f6e85fc88a224966d44886d9909613ce56208679.tar.gz
gdb-f6e85fc88a224966d44886d9909613ce56208679.tar.bz2
* configure.in: Fix typo.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 47fa235..65b62f0 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -38,7 +38,7 @@ AC_CANONICAL_SYSTEM
# doesn't support cross-compilation, but the one from Autoconf 2.5x
# does. Override RANLIB here (i.e. before running AC_PROG_RANLIB) to
# deal with the lossage. Note that CY_GNU_GETTEXT currently calls
-# AC_PROG_RANLIB. This can be removed when we switch to # Autoconf
+# AC_PROG_RANLIB. This can be removed when we switch to Autoconf
# 2.5x.
AC_CHECK_TOOL(RANLIB, ranlib, :)