# HG changeset patch # User Bruno Haible # Date 1189348015 0 # Node ID b78be3682141447006536f489438e5b06ac65d05 # Parent 70c7e1dd8d79161b4e7a64f4c15481d67531b4dd Add dependency to malloc-posix. diff --git a/modules/getcwd b/modules/getcwd --- a/modules/getcwd +++ b/modules/getcwd @@ -14,6 +14,7 @@ extensions stdbool unistd +malloc-posix configure.ac: gl_FUNC_GETCWD diff --git a/modules/glob b/modules/glob --- a/modules/glob +++ b/modules/glob @@ -19,6 +19,7 @@ strdup sys_stat unistd +malloc-posix configure.ac: gl_GLOB diff --git a/modules/putenv b/modules/putenv --- a/modules/putenv +++ b/modules/putenv @@ -6,6 +6,7 @@ m4/putenv.m4 Depends-on: +malloc-posix configure.ac: gl_FUNC_PUTENV diff --git a/modules/strdup b/modules/strdup --- a/modules/strdup +++ b/modules/strdup @@ -7,6 +7,7 @@ Depends-on: string +malloc-posix configure.ac: gl_FUNC_STRDUP