Commit 39e8d049 by Kaveh R. Ghazi Committed by Kaveh Ghazi

configure.in (HAVE_UINTPTR_T): Always define.

	* configure.in (HAVE_UINTPTR_T): Always define.
	* configure: Regenerated.

From-SVN: r65574
parent 58e6ae30
2003-04-14 Kaveh R. Ghazi <ghazi@caip.rutgers.edu>
* configure.in (HAVE_UINTPTR_T): Always define.
* configure: Regenerated.
2003-03-23 Alexandre Oliva <aoliva@redhat.com>
* Makefile.in (MULTIOSDIR): New macro. Use $(CC) $(LIBCFLAGS)
......
......@@ -149,11 +149,10 @@ AC_HEADER_TIME
libiberty_AC_DECLARE_ERRNO
AC_CHECK_TYPE(uintptr_t, unsigned long)
if test $ac_cv_type_uintptr_t = yes
then
AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if you have the \`uintptr_t' type.])
fi
# Given the above check, we always have uintptr_t or a fallback
# definition. So define HAVE_UINTPTR_T in case any imported code
# relies on it.
AC_DEFINE(HAVE_UINTPTR_T, 1, [Define if you have the \`uintptr_t' type.])
AC_TYPE_PID_T
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment