From f14c78bf4081df0ac478c54a899d551b5dd83d32 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 9 Sep 2007 14:26:55 +0000 Subject: [PATCH] Add dependency to malloc-posix. --- modules/getcwd | 1 + modules/glob | 1 + modules/putenv | 1 + modules/strdup | 1 + 4 files changed, 4 insertions(+) diff --git a/modules/getcwd b/modules/getcwd index f32453e37..17687e7ad 100644 --- a/modules/getcwd +++ b/modules/getcwd @@ -14,6 +14,7 @@ dirfd extensions stdbool unistd +malloc-posix configure.ac: gl_FUNC_GETCWD diff --git a/modules/glob b/modules/glob index 89c219db0..31173e073 100644 --- a/modules/glob +++ b/modules/glob @@ -19,6 +19,7 @@ stdbool strdup sys_stat unistd +malloc-posix configure.ac: gl_GLOB diff --git a/modules/putenv b/modules/putenv index f6e30b5ba..cba6a047b 100644 --- a/modules/putenv +++ b/modules/putenv @@ -6,6 +6,7 @@ lib/putenv.c m4/putenv.m4 Depends-on: +malloc-posix configure.ac: gl_FUNC_PUTENV diff --git a/modules/strdup b/modules/strdup index 8a2eaf665..ac5c5f4ba 100644 --- a/modules/strdup +++ b/modules/strdup @@ -7,6 +7,7 @@ m4/strdup.m4 Depends-on: string +malloc-posix configure.ac: gl_FUNC_STRDUP -- 2.11.0