]> git.saurik.com Git - wxWidgets.git/commitdiff
Display 'no' when the test fails and correct quoting.
authorMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 16 Aug 2006 19:21:16 +0000 (19:21 +0000)
committerMichael Wetherell <mike.wetherell@ntlworld.com>
Wed, 16 Aug 2006 19:21:16 +0000 (19:21 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/aclocal/cppunit.m4

index 0991d51ec095e8c6f4a772cf4770555400eb4ad2..1548a61b0312cbb4fc3c37f039ac39a79c151717 100644 (file)
@@ -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`