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