changeset 31198:ba3299adf742

Require a POSIX compliant malloc().
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Apr 2009 12:00:43 +0200
parents 77416028528f
children a540c36c3396
files ChangeLog modules/unistr/u16-cpy-alloc modules/unistr/u32-cpy-alloc modules/unistr/u8-cpy-alloc
diffstat 4 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Sat Apr 25 17:22:50 2009 +0200
+++ b/ChangeLog	Sun Apr 26 12:00:43 2009 +0200
@@ -1,3 +1,9 @@
+2009-04-26  Bruno Haible  <bruno@clisp.org>
+
+	* modules/unistr/u8-cpy-alloc (Depends-on): Add malloc-posix.
+	* modules/unistr/u16-cpy-alloc (Depends-on): Likewise.
+	* modules/unistr/u32-cpy-alloc (Depends-on): Likewise.
+
 2009-04-25  Bruno Haible  <bruno@clisp.org>
 
 	Avoid link error when creating a namespace clean library.
--- a/modules/unistr/u16-cpy-alloc	Sat Apr 25 17:22:50 2009 +0200
+++ b/modules/unistr/u16-cpy-alloc	Sun Apr 26 12:00:43 2009 +0200
@@ -7,6 +7,7 @@
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac:
 
--- a/modules/unistr/u32-cpy-alloc	Sat Apr 25 17:22:50 2009 +0200
+++ b/modules/unistr/u32-cpy-alloc	Sun Apr 26 12:00:43 2009 +0200
@@ -7,6 +7,7 @@
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac:
 
--- a/modules/unistr/u8-cpy-alloc	Sat Apr 25 17:22:50 2009 +0200
+++ b/modules/unistr/u8-cpy-alloc	Sun Apr 26 12:00:43 2009 +0200
@@ -7,6 +7,7 @@
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac: