]> 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)
commit8349a6f08558b0a4e8070e23126cd74c588c21d3
treec479f8220cda4145d2e09bec47b0c29126f83c3b
parentab7466d984e225f6543a0a1af8f59c1a71c328b7
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