diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-25 18:07:29 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-10-25 18:07:29 +0000 |
commit | e4674decf2e721aad5253e39c95b7cd38136adf0 (patch) | |
tree | 44ed039a6bd1036a0c8dc9255f3737c221669f5c /zlib/configure.in | |
parent | 63a14bd5669087a0961efbda0feeaa0cff4ab0ae (diff) | |
download | gcc-e4674decf2e721aad5253e39c95b7cd38136adf0.tar.gz |
2000-10-24 Chris Demetriou <cgd@sibyte.com>
* 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
Diffstat (limited to 'zlib/configure.in')
-rw-r--r-- | zlib/configure.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |