[project @ 1998-03-03 16:44:12 by simonm]
authorsimonm <unknown>
Tue, 3 Mar 1998 16:44:12 +0000 (16:44 +0000)
committersimonm <unknown>
Tue, 3 Mar 1998 16:44:12 +0000 (16:44 +0000)
back out last commit until we've decided how to do these properly.

configure.in

index 15e350a..97acf32 100644 (file)
@@ -451,16 +451,6 @@ dnl do we have altzone?
 AC_ALTZONE
 
 #
-dnl do we have the GNU libc?
-AC_GNU_LIBC
-
-#
-dnl define uint, ulong and ullong if not already defined
-AC_CHECK_TYPE(uint,unsigned int)
-AC_CHECK_TYPE(ulong,unsigned long)
-AC_CHECK_TYPE(ullong,unsigned long long)
-
-#
 dnl ** check for specific library functions that we are interested in
 #
 AC_CHECK_FUNCS(access ftime getclock getpagesize getrusage gettimeofday mktime mprotect setitimer stat sysconf timelocal times vadvise vfork)