Look for env or printenv to search environment vars.

This commit is contained in:
b1v1r
2009-05-28 21:57:49 +00:00
parent 4169360ec1
commit 2f0debef59
2 changed files with 2 additions and 2 deletions

2
apache2/configure vendored
View File

@@ -3775,7 +3775,7 @@ fi
test -n "$PERL" && break
done
for ac_prog in env
for ac_prog in env printenv
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2

View File

@@ -22,7 +22,7 @@ AC_PROG_MAKE_SET
AC_PROG_RANLIB
AC_PROG_GREP
AC_PATH_PROGS(PERL, [perl perl5], )
AC_PATH_PROGS(ENV_CMD, [env], )
AC_PATH_PROGS(ENV_CMD, [env printenv], )
# Checks for header files.
AC_HEADER_STDC