From bc71b23779d7453bfd6e8dc1bc3e68040a09b1c0 Mon Sep 17 00:00:00 2001 From: simonm <unknown> Date: Tue, 3 Mar 1998 16:44:12 +0000 Subject: [PATCH] [project @ 1998-03-03 16:44:12 by simonm] back out last commit until we've decided how to do these properly. --- configure.in | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/configure.in b/configure.in index 15e350a87dbe..97acf325ae55 100644 --- a/configure.in +++ b/configure.in @@ -450,16 +450,6 @@ AC_TYPE_TIMEZONE 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 # -- GitLab