X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/948b08e2caa38f20d27efae50ab89cae0cf59df5..74e10fcc6ad3dd08e94996c2687f15725c95a0dd:/build/aclocal/cppunit.m4 diff --git a/build/aclocal/cppunit.m4 b/build/aclocal/cppunit.m4 index 0991d51ec0..1548a61b03 100644 --- a/build/aclocal/cppunit.m4 +++ b/build/aclocal/cppunit.m4 @@ -28,6 +28,7 @@ AC_ARG_WITH(cppunit-exec-prefix,[ --with-cppunit-exec-prefix=PFX Exec prefix w AC_MSG_CHECKING(for Cppunit - version >= $cppunit_version_min) no_cppunit="" if test "$CPPUNIT_CONFIG" = "no" ; then + AC_MSG_RESULT(no) no_cppunit=yes else CPPUNIT_CFLAGS=`$CPPUNIT_CONFIG --cflags`