i-hate-autoconf-20020120
authorDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2002 09:14:21 +0000 (09:14 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2002 09:14:21 +0000 (09:14 +0000)
AC_PROG_CC not safe to call this early

acinclude.m4

index eb74871..ff29c2b 100644 (file)
@@ -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