summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-19 20:15:36 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-19 20:15:36 +0000
commit58a7a3257fa0d46e1963c2143daeab6593f9102e (patch)
treef6da0a13ff96aff7b22414021e200539038ce239 /configure.in
parent0b3df49e8d309149a9fbcd5837e650d3ef054017 (diff)
Update.
* configure.in: Add AC_PROG_CXX. * config.make.in (CXX): Define.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.in b/configure.in
index 2ef312304e..300bba65bc 100644
--- a/configure.in
+++ b/configure.in
@@ -676,6 +676,8 @@ if test $host != $build; then
fi
AC_SUBST(cross_compiling)
AC_PROG_CPP
+# We need the C++ compiler only for testing.
+AC_PROG_CXX
LIBC_PROG_BINUTILS
AC_SUBST(MIG)dnl Needed by sysdeps/mach/configure.in