]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
If --enable-suexec is specified, then we need to build suexec
authorRyan Bloom <rbb@apache.org>
Sun, 21 Jan 2001 17:22:18 +0000 (17:22 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 21 Jan 2001 17:22:18 +0000 (17:22 +0000)
commit59583b1077e56fcea9c5b67855a1187d3c722d5c
treec479f8220cda4145d2e09bec47b0c29126f83c3b
parentc2533be68aec5300f55344cc0b29b7e2f70d6076
If --enable-suexec is specified, then we need to build suexec
automatically.  This bit me multiple times last night as I was trying to
setup apache.org.  I would make a change to the configuration, run make;
make install, and it would fail.  The problem was that suexec wasn't
getting re-compiled ever, so my changes weren't getting picked up.  This
solves that problem, by making sure that suexec gets compiled if it was
specified on the configure line.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87779 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
Makefile.in
acinclude.m4
modules/generators/config5.m4