From 075aa3925a5f7ed3c1a1d369cd4143d8f62cb649 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 16 Oct 1997 10:45:21 +0000 Subject: [PATCH] [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. --- distrib/configure-bin.in | 3 +++ 1 file changed, 3 insertions(+) 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 # -- 1.7.10.4