summaryrefslogtreecommitdiff
path: root/dmake/configure
diff options
context:
space:
mode:
authorMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2010-11-25 14:13:43 +0100
committerMatthias Huetsch [mhu] <matthias.huetsch@oracle.com>2010-11-25 14:13:43 +0100
commitb24c11f89613f6d9ed3429e642b0c4bd610efd7e (patch)
tree55a5a165aff20e922b7ed4181007e4724b99a97e /dmake/configure
parent285c96b26992d3e6ef7a91dbdf4366d976f7a4bb (diff)
#i115784# dmake: fix memory errors uncovered by valgrind and other tools.
Diffstat (limited to 'dmake/configure')
-rwxr-xr-xdmake/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/dmake/configure b/dmake/configure
index f8a1bd822914..7e6d05ab8a65 100755
--- a/dmake/configure
+++ b/dmake/configure
@@ -7437,7 +7437,7 @@ done
-for ac_func in getcwd getwd strerror setvbuf tzset settz mkstemp tempnam gettimeofday
+for ac_func in getcwd getwd strerror setvbuf tzset settz mkstemp tempnam gettimeofday setenv
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
{ echo "$as_me:$LINENO: checking for $ac_func" >&5