]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
STABLE12-i-hate-autoconf-20020120
authorDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2002 16:51:33 +0000 (16:51 +0000)
committerDerrick Brashear <shadow@dementia.org>
Mon, 21 Jan 2002 16:51:33 +0000 (16:51 +0000)
AC_PROG_CC not safe to call this early

(cherry picked from commit 8f4a0c1e27f163366d5577aeb44f7b7e59d740bb)

acinclude.m4

index d5c34f49e5af0486270ab299d5f3056186e3b4bf..7d985f7a6f88403fd57cc4a3fcad27062164c567 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