diff options
author | Ryan Bloom <rbb@apache.org> | 2001-01-21 18:22:18 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2001-01-21 18:22:18 +0100 |
commit | 8349a6f08558b0a4e8070e23126cd74c588c21d3 (patch) | |
tree | c479f8220cda4145d2e09bec47b0c29126f83c3b /acinclude.m4 | |
parent | Typo fixes for httpd-2.0 man pages. (diff) | |
download | apache2-8349a6f08558b0a4e8070e23126cd74c588c21d3.tar.xz apache2-8349a6f08558b0a4e8070e23126cd74c588c21d3.zip |
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
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 3a12a9d661..1b94134086 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -64,6 +64,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ APACHE_SUBST(includedir) APACHE_SUBST(iconsdir) APACHE_SUBST(sysconfdir) + APACHE_SUBST(other_targets) APACHE_SUBST(progname) APACHE_SUBST(prefix) APACHE_SUBST(AWK) |