diff --git a/libraries/libapparmor/testsuite/Makefile.am b/libraries/libapparmor/testsuite/Makefile.am index 8f43cecc9..2cde5ccbb 100644 --- a/libraries/libapparmor/testsuite/Makefile.am +++ b/libraries/libapparmor/testsuite/Makefile.am @@ -17,7 +17,7 @@ clean-local: rm -rf tmp.err.* tmp.out.* site.exp site.bak test_multi/out rm -f libaalogparse.log libaalogparse.sum -check-local: +check-local: check-DEJAGNU if ! test -f libaalogparse.log ; then echo '*** libaalogparse.log not found - is dejagnu installed? ***'; exit 1; fi if grep ERROR libaalogparse.log ; then exit 1 ; fi