From 916f673e8a711bcca4f2d2c7e8488768d24eb39b Mon Sep 17 00:00:00 2001 From: tg Date: Mon, 24 May 2004 16:26:27 +0000 Subject: [PATCH] shutup autoconf --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index a32a86e..7f04add 100644 --- a/configure.in +++ b/configure.in @@ -1,4 +1,4 @@ -dnl $MirBSD: configure.in,v 1.3 2004/05/24 16:24:42 tg Exp $ +dnl $MirBSD: configure.in,v 1.4 2004/05/24 16:26:27 tg Exp $ dnl dnl Process this file with autoconf to produce a configure script dnl @@ -252,8 +252,8 @@ void) ksh_cv_signal_retval= ;; AC_MSG_ERROR(Internal erorr: unknown signal return type: $ac_cv_type_signal) esac AC_DEFINE_UNQUOTED(RETSIGVAL, $ksh_cv_signal_retval) -AC_CHECK_SIZEOF(int) -AC_CHECK_SIZEOF(long) +AC_CHECK_SIZEOF(int, 4) +AC_CHECK_SIZEOF(long, 4) dnl sh.h sets INT32 to int or long as appropriate. Some burnt systems, such dnl as NeXT's, clock_t is in sys/time.h (in non-posix mode). KSH_CHECK_H_TYPE(clock_t, [[for clock_t in any of , and ]],