diff options
author | Sebastian Wilhelmi <wilhelmi@ira.uka.de> | 2001-05-29 14:17:23 +0000 |
---|---|---|
committer | Sebastian Wilhelmi <wilhelmi@src.gnome.org> | 2001-05-29 14:17:23 +0000 |
commit | 68e002beed7e0584aa11359d7b356a0bbaeaa210 (patch) | |
tree | 6b801b7ef74fd4346ac51264daa81a6b66c7cd5c /ChangeLog | |
parent | 2fd34ae182691e7a513dab75fbc23c350c873879 (diff) |
Now that we check for a C++ compiler in configure.in anyway, I added a
2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
* tests/Makefile.am, tests/cxx-test.C: Now that we check for a C++
compiler in configure.in anyway, I added a test, that the GLib
headers can be inclued into a C++ program. This fixes bug #52605.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ 2001-05-29 Sebastian Wilhelmi <wilhelmi@ira.uka.de> + * tests/Makefile.am, tests/cxx-test.C: Now that we check for a C++ + compiler in configure.in anyway, I added a test, that the GLib + headers can be inclued into a C++ program. This fixes bug #52605. + * configure.in: Don't bail out, if no C++ compiler is found. Define G_HAVE_ISO_VARARGS only if appropriate. |