--- configure.ac +++ configure.ac 2007/03/19 14:24:09 @@ -442,11 +442,6 @@ AC_EGREP_CPP([__s390x__], , compile_for_s390=yes) AM_CONDITIONAL([COMPILE_FOR_S390], [test "$compile_for_s390" = yes]) -dnl check for "check", unit testing library/header -PKG_CHECK_MODULES([CHECK], [check >= 0.9.3], have_check=yes, have_check=no) -if test "$have_scintilla" != "yes"; then - AC_MSG_RESULT([Unable to locate check version 0.9.3 or higher: not building]) -fi AM_CONDITIONAL([HAVE_CHECK], [test "$have_check" = yes]) dnl Checks for typedefs, structures and compiler characteristics.