summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorfdrake <fdrake>2005-01-27 06:27:57 +0000
committerfdrake <fdrake>2005-01-27 06:27:57 +0000
commit0790f115ad9cac29ebbc571670e04cf09dd2377e (patch)
tree6e0d047e4f1bc2a41e0ee52833f708366fd24a49 /configure.in
parent91aad7e610d478abf5b7f2621bbcdabeebad1f1e (diff)
downloadlibexpat-0790f115ad9cac29ebbc571670e04cf09dd2377e.tar.gz
remove use of the check library; always use our own testing package
(this reduces variables and simplifies the build process)
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 0 insertions, 8 deletions
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.])