From: simonm Date: Thu, 16 Oct 1997 10:45:21 +0000 (+0000) Subject: [project @ 1997-10-16 10:45:21 by simonm] X-Git-Tag: Approx_2487_patches~1374 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=075aa3925a5f7ed3c1a1d369cd4143d8f62cb649 [project @ 1997-10-16 10:45:21 by simonm] Test for CC and GCC before finding CPP, since GNUCPP depends on finding GCC to do the right thing. --- diff --git a/distrib/configure-bin.in b/distrib/configure-bin.in index afbab59..956fb96 100644 --- a/distrib/configure-bin.in +++ b/distrib/configure-bin.in @@ -108,6 +108,9 @@ AC_PATH_PROG(SedCmd,sed) # dnl ** How to invoke cpp directly ** # +AC_PROG_CC +AC_HAVE_GCC +AC_PROG_CPP AC_PROG_GNUCPP #