about summary refs log tree commit diff
path: root/configure.in
diff options
context:
space:
mode:
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