Index: third_party/libxslt/configure.in |
diff --git a/third_party/libxslt/configure.in b/third_party/libxslt/configure.in |
index 7e03d117364c35c1eed6e22ebb49f97acae935f8..8bdf45a1f58dcdff592cbb13ad5b5d1c0a819e22 100644 |
--- a/third_party/libxslt/configure.in |
+++ b/third_party/libxslt/configure.in |
@@ -11,7 +11,7 @@ dnl libexslt is an extension |
dnl |
LIBXSLT_MAJOR_VERSION=1 |
LIBXSLT_MINOR_VERSION=1 |
-LIBXSLT_MICRO_VERSION=28 |
+LIBXSLT_MICRO_VERSION=29 |
PACKAGE=libxslt |
LIBEXSLT_MAJOR_VERSION=0 |
LIBEXSLT_MINOR_VERSION=8 |
@@ -235,6 +235,7 @@ dnl |
AC_CHECK_HEADERS(ieeefp.h nan.h math.h fp_class.h float.h ansidecl.h) |
AC_CHECK_HEADERS(sys/timeb.h time.h sys/stat.h sys/select.h stdarg.h) |
+AC_CHECK_HEADERS(errno.h) |
AC_CHECK_FUNCS(stat _stat) |
AC_CHECK_FUNC(pow, , AC_CHECK_LIB(m, pow, |
[M_LIBS="-lm"; AC_DEFINE([HAVE_POW],[], [Define if pow is there])])) |