From 2f0debef59e9c5ec5b7edf5622b1ae2c8646eb67 Mon Sep 17 00:00:00 2001 From: b1v1r Date: Thu, 28 May 2009 21:57:49 +0000 Subject: [PATCH] Look for env or printenv to search environment vars. --- apache2/configure | 2 +- apache2/configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apache2/configure b/apache2/configure index 119120d0..d9899bee 100755 --- a/apache2/configure +++ b/apache2/configure @@ -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 diff --git a/apache2/configure.in b/apache2/configure.in index dce051ce..ceed7ac2 100644 --- a/apache2/configure.in +++ b/apache2/configure.in @@ -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