From 8f4a0c1e27f163366d5577aeb44f7b7e59d740bb Mon Sep 17 00:00:00 2001 From: Derrick Brashear Date: Mon, 21 Jan 2002 09:14:21 +0000 Subject: [PATCH] i-hate-autoconf-20020120 AC_PROG_CC not safe to call this early --- acinclude.m4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/acinclude.m4 b/acinclude.m4 index eb7487182..ff29c2ba5 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -48,8 +48,6 @@ AC_ARG_ENABLE(tivoli-tsm, [ --enable-tivoli-tsm Enable use of the Tivoli TSM API libraries for butc support],, enable_tivoli_tsm="no" ) -AC_PROG_CC - dnl weird ass systems AC_AIX AC_ISC_POSIX @@ -58,6 +56,7 @@ AC_MINIX dnl Various compiler setup. AC_C_INLINE AC_C_CONST +AC_PROG_CC AC_TYPE_PID_T AC_TYPE_SIZE_T AC_TYPE_SIGNAL -- 2.39.5