diff options
author | Bruno Haible <bruno@clisp.org> | 2006-12-19 20:36:29 +0000 |
---|---|---|
committer | Bruno Haible <bruno@clisp.org> | 2009-06-23 12:14:32 +0200 |
commit | 315daf84c93a4c907e0d523bd021d560a2e5478c (patch) | |
tree | 4e58160995a22cde2e2a60e36afdcc8757e63c8d /gnulib-local/m4 | |
parent | 46fb16dcbb98d2fd5cfef2472f4a3086993068a8 (diff) | |
download | external_gettext-315daf84c93a4c907e0d523bd021d560a2e5478c.zip external_gettext-315daf84c93a4c907e0d523bd021d560a2e5478c.tar.gz external_gettext-315daf84c93a4c907e0d523bd021d560a2e5478c.tar.bz2 |
Oops.
Diffstat (limited to 'gnulib-local/m4')
-rw-r--r-- | gnulib-local/m4/libxml.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnulib-local/m4/libxml.m4 b/gnulib-local/m4/libxml.m4 index a399249..72ef53e 100644 --- a/gnulib-local/m4/libxml.m4 +++ b/gnulib-local/m4/libxml.m4 @@ -142,7 +142,7 @@ AC_DEFUN([gl_LIBXML], netinet/in.h signal.h stdlib.h string.h \ strings.h sys/select.h sys/socket.h sys/stat.h \ sys/time.h sys/types.h time.h unistd.h]) - AC_CHECK_HEADERS([arpa/nameser.h] [], [], [ + AC_CHECK_HEADERS([arpa/nameser.h], [], [], [ #if HAVE_SYS_TYPES_H # include <sys/types.h> #endif |