From: simonm Date: Tue, 3 Mar 1998 16:44:12 +0000 (+0000) Subject: [project @ 1998-03-03 16:44:12 by simonm] X-Git-Tag: Approx_2487_patches~895 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=bc71b23779d7453bfd6e8dc1bc3e68040a09b1c0;p=ghc-hetmet.git [project @ 1998-03-03 16:44:12 by simonm] back out last commit until we've decided how to do these properly. --- diff --git a/configure.in b/configure.in index 15e350a..97acf32 100644 --- a/configure.in +++ b/configure.in @@ -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)