
Module: ppl/ppl Branch: master Commit: 3bbfa4bc9da9558d0b538c95c00607b2928bb9d1 URL: http://www.cs.unipr.it/git/gitweb.cgi?p=ppl/ppl.git;a=commit;h=3bbfa4bc9da95...
Author: Roberto Bagnara bagnara@cs.unipr.it Date: Sun Feb 21 18:05:49 2010 +0100
Use the C++ compiler to perform the tests meant for C++.
---
Watchdog/configure.ac | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Watchdog/configure.ac b/Watchdog/configure.ac index d4e2b86..278a32d 100644 --- a/Watchdog/configure.ac +++ b/Watchdog/configure.ac @@ -306,6 +306,9 @@ AM_CONDITIONAL(HAVE_PERL, test x"$PERL" != xno) AC_LANG(C) AC_C_CONST
+# Use C++ for the remaining checks. +AC_LANG(C++) + enableval=no AC_MSG_CHECKING([whether tests should be run under Valgrind]) AC_ARG_ENABLE(valgrind-tests,