diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-19 20:15:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-19 20:15:36 +0000 |
commit | 58a7a3257fa0d46e1963c2143daeab6593f9102e (patch) | |
tree | f6da0a13ff96aff7b22414021e200539038ce239 /configure.in | |
parent | 0b3df49e8d309149a9fbcd5837e650d3ef054017 (diff) | |
download | glibc-58a7a3257fa0d46e1963c2143daeab6593f9102e.tar.gz glibc-58a7a3257fa0d46e1963c2143daeab6593f9102e.tar.xz glibc-58a7a3257fa0d46e1963c2143daeab6593f9102e.zip |
Update.
* configure.in: Add AC_PROG_CXX. * config.make.in (CXX): Define.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
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 |