comment, and substitute it in the Makefiles.
ticket: 2910
status: open
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17076
dc483132-0cff-0310-8789-
dd5450dbe970
+2005-02-02 Ken Raeburn <raeburn@mit.edu>
+
+ * configure.in: Check for xom.h. Set include_xom to a C include
+ directive or comment, and substitute it in the Makefiles.
+
2005-01-17 Jeffrey Altman <jaltman@mit.edu>
* gss_libinit.c: implement cleanup of mutexes, static vars, etc for Windows
AC_CHECK_HEADER(stdint.h,[
include_stdint="\\#include <stdint.h>"], )
AC_SUBST(include_stdint)
+AC_CHECK_HEADER(xom.h,[
+ include_xom="\\#include <xom.h>"],[
+ include_xom="/* no xom.h */"])
+AC_SUBST(include_xom)
KRB5_BUILD_LIBOBJS
KRB5_BUILD_LIBRARY_WITH_DEPS
V5_AC_OUTPUT_MAKEFILE(. generic krb5)