From e4674decf2e721aad5253e39c95b7cd38136adf0 Mon Sep 17 00:00:00 2001 From: tromey Date: Wed, 25 Oct 2000 18:07:29 +0000 Subject: 2000-10-24 Chris Demetriou * configure.in: Invoke AC_PROG_CPP unconditionally before conditional feature tests. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@37058 138bc75d-0d04-0410-961f-82ee72b054a4 --- zlib/configure.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'zlib/configure.in') diff --git a/zlib/configure.in b/zlib/configure.in index 7428241afd1..2edccc3b494 100644 --- a/zlib/configure.in +++ b/zlib/configure.in @@ -62,6 +62,9 @@ else fi AC_SUBST(COMPPATH) +# Find CPP now so that any conditional tests below won't do it and +# thereby make the resulting definitions conditional. +AC_PROG_CPP if test -n "$with_cross_host"; then # We are being configured with a cross compiler. AC_REPLACE_FUNCS -- cgit v1.2.1