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 /config.make.in | |
parent | 0b3df49e8d309149a9fbcd5837e650d3ef054017 (diff) | |
download | glibc-58a7a3257fa0d46e1963c2143daeab6593f9102e.tar.gz |
Update.
* configure.in: Add AC_PROG_CXX.
* config.make.in (CXX): Define.
Diffstat (limited to 'config.make.in')
-rw-r--r-- | config.make.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config.make.in b/config.make.in index c704cc701d..e9c234a7a6 100644 --- a/config.make.in +++ b/config.make.in @@ -84,6 +84,7 @@ force-install = @force_install@ # Build tools. CC = @CC@ +CXX = @CXX@ BUILD_CC = @BUILD_CC@ CFLAGS = @CFLAGS@ AR = @AR@ |