diff options
author | 2006-08-09 21:24:35 +0000 | |
---|---|---|
committer | 2006-08-09 21:24:35 +0000 | |
commit | 635b908eaa7c9cc2fb025729d4e704e998953989 (patch) | |
tree | f6881568e1626ba30455227654006147265e8b33 /2.2/scripts | |
parent | Fix the default location for suexec_log (diff) | |
download | apache-635b908eaa7c9cc2fb025729d4e704e998953989.tar.gz apache-635b908eaa7c9cc2fb025729d4e704e998953989.tar.bz2 apache-635b908eaa7c9cc2fb025729d4e704e998953989.zip |
Don't include --with-suexec-bin in the ./configure options as it's hardcoded in the ebuild itself
Diffstat (limited to '2.2/scripts')
-rwxr-xr-x | 2.2/scripts/suexec2-config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/2.2/scripts/suexec2-config b/2.2/scripts/suexec2-config index 5f7fe1a..2b1726d 100755 --- a/2.2/scripts/suexec2-config +++ b/2.2/scripts/suexec2-config @@ -159,7 +159,6 @@ action_conf() { # output ./configure style configuration cat <<EOF_CONF ---with-suexec-bin=${BINARY} --with-suexec-caller=${OPT_CALLER} --with-suexec-docroot=${OPT_DOCROOT} --with-suexec-gidmin=${OPT_GIDMIN} |