configure_libraries.ac has a bogus test for linking to a Minuit library since it tests for main (which is resolved by default). Testing for an actual Minuit function is difficult since the C++ symbol names are mangled.
Not too serious since this won't prevent the library itself from being compiled.
configure_libraries.achas a bogus test for linking to a Minuit library since it tests formain(which is resolved by default). Testing for an actual Minuit function is difficult since the C++ symbol names are mangled.Not too serious since this won't prevent the library itself from being compiled.