apply patch from Björn Wiberg fixing build on AIX and closing bug #332173
authorDaniel Veillard <veillard@src.gnome.org>
Thu, 23 Aug 2007 09:46:25 +0000 (09:46 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Thu, 23 Aug 2007 09:46:25 +0000 (09:46 +0000)
* libexslt/date.c: apply patch from Björn Wiberg fixing build on AIX
  and closing bug #332173
Daniel

svn path=/trunk/; revision=1437

ChangeLog
libexslt/date.c

index 4d15e0a..e03ba46 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 23 11:47:20 CEST 2007 Daniel Veillard <daniel@veillard.com>
+
+       * libexslt/date.c: apply patch from Björn Wiberg fixing build on AIX
+         and closing bug #332173
+
 Fri Aug  3 15:49:26 CEST 2007 Daniel Veillard <daniel@veillard.com>
 
        * win32/Makefile.msvc win32/configure.js: apply patch from
index 257dbf5..2325de3 100644 (file)
 #endif
 
 #if HAVE_LOCALTIME_R   /* _POSIX_SOURCE required by gnu libc */
+#ifndef _AIX51         /* but on AIX we're not using gnu libc */
 #define _POSIX_SOURCE
 #endif
+#endif
 
 #include <libxml/tree.h>
 #include <libxml/xpath.h>