Daniel Kulp <[EMAIL PROTECTED]> wrote:
> checking for CPPUNIT... configure: error: Package requirements (cppunit >=
> 1.10.2) were not met:
>
> No package 'cppunit' found
>
>
> I'm stumped on that one as I DO have cppunit installed.
> [EMAIL PROTECTED] ~/working/qpid/cpp $ cppunit-config  --version
> 1.10.2
> [EMAIL PROTECTED] ~/working/qpid/cpp $ cppunit-config  --libs
> -L/usr/lib64 -lcppunit -ldl
> and /usr/include/cppunit exists and has a bunch of headers and such.

In retrospect, not having the latest version of cppunit
shouldn't make configure fail.  It's not a build dependency,
after all.  However, if you don't have something recent enough,
running "make check" may well fail.

I'll submit a patch to make it so configure merely warns about this.

Reply via email to