Re: [OMPI devel] use of AC_CACHE_CHECK in otf

2008-03-10 Thread Matthias Jurenz
Fixed. Thank for your hint, Ralf. On Do, 2008-03-06 at 22:23 +0100, Ralf Wildenhues wrote: > In ompi/contrib/vt/vt/extlib/otf/acinclude.m4, in the macros WITH_DEBUG > and WITH_VERBOSE, dubious constructs such as > > AC_CACHE_CHECK([debug], > [debug], > [debug=]) > > are used

[OMPI devel] use of AC_CACHE_CHECK in otf

2008-03-06 Thread Ralf Wildenhues
In ompi/contrib/vt/vt/extlib/otf/acinclude.m4, in the macros WITH_DEBUG and WITH_VERBOSE, dubious constructs such as AC_CACHE_CHECK([debug], [debug], [debug=]) are used. These have the following problems: * Cache variables need to match *_cv_* in order to actually be saved (