diff options
author | Mark Kettenis <kettenis@gnu.org> | 2003-08-29 19:18:07 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@gnu.org> | 2003-08-29 19:18:07 +0000 |
commit | e294916c5a6fd7e6f6a13261100cb1d3a2ee5a82 (patch) | |
tree | 2367d5a6565ee13727b036e825ecc3d63409696d /gdb/configure.in | |
parent | 5272d2012daeaabdac452659948146640ef5b1a0 (diff) | |
download | gdb-e294916c5a6fd7e6f6a13261100cb1d3a2ee5a82.zip gdb-e294916c5a6fd7e6f6a13261100cb1d3a2ee5a82.tar.gz gdb-e294916c5a6fd7e6f6a13261100cb1d3a2ee5a82.tar.bz2 |
* 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.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/configure.in b/gdb/configure.in index 89940de..034339e 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 |