From bd82d29c063c39dbf4e10e711514015fe332e0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20W=C3=A4ckerlin?= Date: Wed, 8 Dec 2004 13:40:34 +0000 Subject: [PATCH] error in output (trace) --- configure.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 3858cff..b5b7295 100644 --- a/configure.in +++ b/configure.in @@ -9,6 +9,9 @@ ## @license LGPL, see file COPYING ## ## $Log$ +## Revision 1.17 2004/12/08 13:40:34 marc +## error in output (trace) +## ## Revision 1.16 2004/12/08 13:34:14 marc ## default: no tracer ## @@ -172,7 +175,7 @@ AC_MSG_NOTICE([Pedantic compile mode enabled! - all warnings for GNU g++ are enabled - all warnings result in an error - doxygen warnings are treated as error too]); fi -if test "$have_tracer" != "no"; then +if test "$with_tracer" != "no"; then AC_MSG_NOTICE([Verbose tracing is enabled! - function traces will be printed for all methods in the library - tracer is: $TRACE]); fi