From: Bruno Haible Date: Sun, 9 Sep 2007 14:26:55 +0000 (+0000) Subject: Add dependency to malloc-posix. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f14c78bf4081df0ac478c54a899d551b5dd83d32;p=pspp Add dependency to malloc-posix. --- diff --git a/modules/getcwd b/modules/getcwd index f32453e371..17687e7ad6 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 89c219db05..31173e0732 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 f6e30b5bad..cba6a047b0 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 8a2eaf665a..ac5c5f4bad 100644 --- a/modules/strdup +++ b/modules/strdup @@ -7,6 +7,7 @@ m4/strdup.m4 Depends-on: string +malloc-posix configure.ac: gl_FUNC_STRDUP