]> git.saurik.com Git - wxWidgets.git/blobdiff - configure.in
wxMemoryBuffer typemap needs to set the data length
[wxWidgets.git] / configure.in
index 3e2b499be3cab4c5fe35ed2a9341bbc327ddc095..4466b4f8991cd5e0fe12fbb4f80b72195e6c9efc 100644 (file)
@@ -6212,9 +6212,7 @@ else dnl we build wxBase only
     SUBDIRS="samples utils"
 fi
 dnl Add tests to the list of subdirs if cppunit 1.8.0+ is detected
-AM_PATH_CPPUNIT(1.8.0, [AC_MSG_RESULT([yes])
-                        SUBDIRS="$SUBDIRS tests"],
-                       [AC_MSG_RESULT([no])])
+AM_PATH_CPPUNIT(1.8.0, [SUBDIRS="$SUBDIRS tests"])
 
 for subdir in `echo $SUBDIRS`; do
     if test -d ${srcdir}/${subdir} ; then