From 0790f115ad9cac29ebbc571670e04cf09dd2377e Mon Sep 17 00:00:00 2001 From: fdrake Date: Thu, 27 Jan 2005 06:27:57 +0000 Subject: remove use of the check library; always use our own testing package (this reduces variables and simplifies the build process) --- configure.in | 8 -------- 1 file changed, 8 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index 5da9d3c..69e9699 100644 --- a/configure.in +++ b/configure.in @@ -103,14 +103,6 @@ else fi AC_SUBST(FILEMAP) -dnl Only needed for regression tests: -AC_SUBST(MINICHECK_OBJECT) -AC_SUBST(CHECK_LIBRARY) -AC_CHECK_HEADERS(check.h) -AC_CHECK_HEADER(check.h, - CHECK_LIBRARY=-lcheck, - MINICHECK_OBJECT=tests/minicheck.o) - dnl Some basic configuration: AC_DEFINE([XML_NS], 1, [Define to make XML Namespaces functionality available.]) -- cgit v1.2.1