summaryrefslogtreecommitdiff
path: root/gdb/configure.in
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2003-08-29 19:18:07 +0000
committerMark Kettenis <kettenis@gnu.org>2003-08-29 19:18:07 +0000
commit414f772c3f228f7cf67c003a0759843a864496b0 (patch)
tree5a033869d5f13dd95b0a3df948d6986c2dc18b5f /gdb/configure.in
parent51a917870a654a14a7da12d5a3e1ec4932cc1dd1 (diff)
downloadgdb-414f772c3f228f7cf67c003a0759843a864496b0.tar.gz
* configure.in: Remove redundant AC_MSG_RESULT in check for
uintptr_t in stdint.h. * configure: Regenerated.
Diffstat (limited to 'gdb/configure.in')
-rw-r--r--gdb/configure.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in
index 89940deb31a..034339ebb7e 100644
--- a/gdb/configure.in
+++ b/gdb/configure.in
@@ -526,7 +526,6 @@ AC_CACHE_CHECK([for uintptr_t in stdint.h], gdb_cv_have_uintptr_t,
[uintptr_t foo = 0;],
gdb_cv_have_uintptr_t=yes,
gdb_cv_have_uintptr_t=no)])
-AC_MSG_RESULT($gdb_cv_have_uintptr_t)
if test $gdb_cv_have_uintptr_t = yes; then
AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if <stdint.h> provides the uintptr_t type.])
fi