about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2000-07-28 09:10:35 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2000-07-28 09:10:35 +0000
commit4a5882eeb3967c574b2247496b2be2d334d3e99d (patch)
tree0aa8a99969b55fb440fda8f4b5602c28e6eac071 /configure.in
parent19b4ca246ab3346a37e2d8045ad51385f0cf25f2 (diff)
downloadzsh-4a5882eeb3967c574b2247496b2be2d334d3e99d.tar.gz
zsh-4a5882eeb3967c574b2247496b2be2d334d3e99d.tar.xz
zsh-4a5882eeb3967c574b2247496b2be2d334d3e99d.zip
12411, 12419: Andrej: environment handling with fewer assumptions
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 5054a63f0..853eb36a5 100644
--- a/configure.in
+++ b/configure.in
@@ -861,7 +861,9 @@ AC_CHECK_FUNCS(strftime difftime gettimeofday \
 	       getrlimit \
 	       setlocale \
 	       uname \
-	       signgam)
+	       signgam \
+	       putenv getenv \
+	       brk sbrk)
 AC_FUNC_STRCOLL
 
 if test $ac_cv_func_setpgrp = yes; then