| Index: third_party/libxslt/mac/config.h
|
| diff --git a/third_party/libxslt/mac/config.h b/third_party/libxslt/mac/config.h
|
| index ded5e75341a3d2edb7eac1a7dff43da3212c4391..c775e508954458ed7cc963260fdd90a8977f9a60 100644
|
| --- a/third_party/libxslt/mac/config.h
|
| +++ b/third_party/libxslt/mac/config.h
|
| @@ -13,6 +13,9 @@
|
| /* Define to 1 if you have the <dlfcn.h> header file. */
|
| #define HAVE_DLFCN_H 1
|
|
|
| +/* Define to 1 if you have the <errno.h> header file. */
|
| +#define HAVE_ERRNO_H 1
|
| +
|
| /* Define if fabs is there */
|
| /* #undef HAVE_FABS */
|
|
|
| @@ -198,7 +201,7 @@
|
|
|
|
|
| /* Version number of package */
|
| -#define VERSION "1.1.28"
|
| +#define VERSION "1.1.29"
|
|
|
| /* Define if debugging support is enabled */
|
| /* #undef WITH_DEBUGGER */
|
|
|