diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-26 01:49:24 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-26 01:49:24 +0000 |
commit | deb2e1afb6b42cd2054f7c57dd9385786eb8f941 (patch) | |
tree | 756321b396ddfc636bd61017c2aea069e3729351 /Build/source/texk/web2c/ChangeLog | |
parent | 1efdc9ec61305aff06efb12bd7a3ca012e087bea (diff) |
use #include <iostream> for the cxx-runtime-hack test
git-svn-id: svn://tug.org/texlive/trunk@11980 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/web2c/ChangeLog')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog index f2b139e347b..fff9dff3078 100644 --- a/Build/source/texk/web2c/ChangeLog +++ b/Build/source/texk/web2c/ChangeLog @@ -1,3 +1,11 @@ +2009-01-26 Karl Berry <karl@tug.org> + + * configure.in (with_cxx_runtime_hack): use + #include <iostream> + using namespace std; + for the hello,world test, to placate the backward-incompatible + standard. + 2008-11-18 Karl Berry <karl@tug.org> * Makefile.in (install-data): mkinstalldirs man1dir man5dir. |