projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
reverted patch 1325857 (rev 1.561): it might have fixed handling of CJK keys but...
[wxWidgets.git]
/
build
/
aclocal
/
cppunit.m4
diff --git
a/build/aclocal/cppunit.m4
b/build/aclocal/cppunit.m4
index 0991d51ec095e8c6f4a772cf4770555400eb4ad2..1548a61b0312cbb4fc3c37f039ac39a79c151717 100644
(file)
--- 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`