* m4/cxx.m4, examples/Makefile.am: Don't build

examples/calc++ if no C++ compiler is available.
This commit is contained in:
Paul Eggert
2005-11-10 00:33:04 +00:00
parent a8991a1da4
commit 5210672f6b
3 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2005-11-09 Albert Chin-A-Young <china@thewrittenword.com>
* m4/cxx.m4, examples/Makefile.am: Don't build
examples/calc++ if no C++ compiler is available. (trivial change)
2005-11-09 Akim Demaille <akim@epita.fr>
* src/scan-skel.l: Use a couple of asserts.