From a556b5ada55b8d6350b2a330caaecdc4937c21af Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sat, 29 Jul 2006 15:34:58 +0000 Subject: [PATCH] Module setenv must depend on module unistd, because unsetenv.c uses #include unconditionally. --- ChangeLog | 4 ++++ modules/setenv | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1fbf511d6a..1e3fe49d84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-07-29 Bruno Haible + + * modules/setenv (Depends-on): Add unistd. + 2006-07-29 Bruno Haible Make it possible for gnulib-tool to work with locally modified or diff --git a/modules/setenv b/modules/setenv index 22db8d4efb..26ad1fc7a5 100644 --- a/modules/setenv +++ b/modules/setenv @@ -11,6 +11,7 @@ m4/setenv.m4 Depends-on: allocsa alloca-opt +unistd configure.ac: gt_FUNC_SETENV -- 2.30.2