changeset 11507:730480671c17

Require a POSIX compliant malloc().
author Bruno Haible <bruno@clisp.org>
date Sun, 26 Apr 2009 12:00:43 +0200
parents d800366aa3fe
children 62fc220f4e95
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
+++ b/ChangeLog
@@ -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
+++ b/modules/unistr/u16-cpy-alloc
@@ -7,6 +7,7 @@
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac:
 
--- a/modules/unistr/u32-cpy-alloc
+++ b/modules/unistr/u32-cpy-alloc
@@ -7,6 +7,7 @@
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac:
 
--- a/modules/unistr/u8-cpy-alloc
+++ b/modules/unistr/u8-cpy-alloc
@@ -7,6 +7,7 @@
 
 Depends-on:
 unistr/base
+malloc-posix
 
 configure.ac: