Skip to content
Snippets Groups Projects
Commit 35241f18 authored by Chris Demetriou's avatar Chris Demetriou Committed by Tom Tromey
Browse files

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
No related branches found
No related tags found
No related merge requests found
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>
* configure.in (zlib_basedir): Cope with empty with_target_subdir
......
This diff is collapsed.
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment