aboutsummaryrefslogtreecommitdiff
path: root/libiberty/configure.in
diff options
context:
space:
mode:
authorDJ Delorie <dj@redhat.com>2001-12-24 19:13:07 +0000
committerDJ Delorie <dj@redhat.com>2001-12-24 19:13:07 +0000
commit15ae9e714558da716634320e920e98f5670a3154 (patch)
treed3019735070b2f38de58d090a79d49e9263564fa /libiberty/configure.in
parente5aeea4c13a3d73aafd4f650583a7b0e7326a85e (diff)
downloadgdb-15ae9e714558da716634320e920e98f5670a3154.zip
gdb-15ae9e714558da716634320e920e98f5670a3154.tar.gz
gdb-15ae9e714558da716634320e920e98f5670a3154.tar.bz2
merge from gcc
Diffstat (limited to 'libiberty/configure.in')
-rw-r--r--libiberty/configure.in9
1 files changed, 2 insertions, 7 deletions
diff --git a/libiberty/configure.in b/libiberty/configure.in
index c35624e..3357370 100644
--- a/libiberty/configure.in
+++ b/libiberty/configure.in
@@ -126,16 +126,11 @@ AC_HEADER_TIME
libiberty_AC_DECLARE_ERRNO
-AC_MSG_CHECKING(for uintptr_t)
-AC_EGREP_HEADER(uintptr_t, sys/types.h,
- libiberty_cv_uintptr_t=yes, libiberty_cv_uintptr_t=no)
+AC_CHECK_TYPE(uintptr_t, unsigned long)
-if test $libiberty_cv_uintptr_t = yes
+if test $ac_cv_type_uintptr_t = yes
then
AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if you have the \`uintptr_t' type.])
- AC_MSG_RESULT(yes)
-else
- AC_MSG_RESULT(no)
fi
# This is the list of functions which libiberty will provide if they