Commit 35241f18 by Chris Demetriou Committed by Tom Tromey

configure.in: Invoke AC_PROG_CPP unconditionally before conditional feature tests.

2000-10-24  Chris Demetriou  <cgd@sibyte.com>

	* configure.in: Invoke AC_PROG_CPP unconditionally before
	conditional feature tests.

From-SVN: r37058
parent a697c5f7
2000-10-24 Chris Demetriou <cgd@sibyte.com>
* configure.in: Invoke AC_PROG_CPP unconditionally before
conditional feature tests.
2000-10-10 Alexandre Oliva <aoliva@redhat.com> 2000-10-10 Alexandre Oliva <aoliva@redhat.com>
* configure.in (zlib_basedir): Cope with empty with_target_subdir * configure.in (zlib_basedir): Cope with empty with_target_subdir
......
...@@ -62,6 +62,9 @@ else ...@@ -62,6 +62,9 @@ else
fi fi
AC_SUBST(COMPPATH) 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 if test -n "$with_cross_host"; then
# We are being configured with a cross compiler. AC_REPLACE_FUNCS # We are being configured with a cross compiler. AC_REPLACE_FUNCS
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment