[Expat-checkins] expat configure.in,1.35,1.36

Greg Stein gstein at users.sourceforge.net
Thu Oct 9 17:32:30 EDT 2003


Update of /cvsroot/expat/expat
In directory sc8-pr-cvs1:/tmp/cvs-serv27461

Modified Files:
	configure.in 
Log Message:
Put in a little protection against the developer not having the check
package available.

sfbug #664541.

* configure.in: look for check.h. This will set up a HAVE_CHECK_H define.

* tests/chardata.c, tests/runtests.c: update banner. add test for
    HAVE_CHECK_H and bail if not present.


Index: configure.in
===================================================================
RCS file: /cvsroot/expat/expat/configure.in,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- configure.in	15 Jul 2003 17:29:42 -0000	1.35
+++ configure.in	9 Oct 2003 21:32:28 -0000	1.36
@@ -105,6 +105,7 @@
 AC_SUBST(FILEMAP)
 
 AC_CHECK_FUNCS(memmove bcopy)
+AC_CHECK_HEADERS(check.h)
 
 dnl some basic configuration
 AC_DEFINE([XML_NS], 1,





More information about the Expat-checkins mailing list