summaryrefslogtreecommitdiff
path: root/gdb/configure
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
commitbcb40515e73ae284ec1646470413ecc27da04397 (patch)
tree9d1ed9fe9a9e89660150636d1ad944bf21b91fb5 /gdb/configure
parent5882e813467ef2cf9031ae5c7a3080ab4b9742ae (diff)
downloadgdb-bcb40515e73ae284ec1646470413ecc27da04397.tar.gz
* configure.in: Fix typo.
* configure: Regenerated.
Diffstat (limited to 'gdb/configure')
-rwxr-xr-xgdb/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/configure b/gdb/configure
index 79e96da7776..b16718a84d5 100755
--- a/gdb/configure
+++ b/gdb/configure
@@ -1155,7 +1155,7 @@ test "$host_alias" != "$target_alias" &&
# 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.
if test $host != $build; then
ac_tool_prefix=${host_alias}-
@@ -10165,7 +10165,7 @@ else
if { (eval echo configure:10166: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then
for file in conftest.*; do
case $file in
- *.c | *.o | *.obj | *.ilk | *.pdb) ;;
+ *.c | *.C | *.o | *.obj | *.ilk | *.pdb) ;;
*) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;;
esac
done