Skip to content

Fails to find cppunit #112

@ryandesign

Description

@ryandesign

The configure script fails to find cppunit for the test suite because it's looking for cppunit-config which doesn't exist anymore in current cppunit.

% make test
cppunit is not installed

AC_CHECK_PROG(CPPUNIT_CONFIG, cppunit-config, cppunit-config, no)

Use pkg-config instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions