error in output (trace)

master
Marc Wäckerlin 20 years ago
parent ec4050f305
commit bd82d29c06
  1. 5
      configure.in

@ -9,6 +9,9 @@
## @license LGPL, see file <a href="license.html">COPYING</a>
##
## $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

Loading…
Cancel
Save