diff options
author | Guenter Knauf <fuankg@apache.org> | 2007-12-25 21:02:55 +0100 |
---|---|---|
committer | Guenter Knauf <fuankg@apache.org> | 2007-12-25 21:02:55 +0100 |
commit | 06067c6be8ebfa6fc5840fef386f64f18e33da31 (patch) | |
tree | fc63aa85cfc1d232e9390bc0255b0a871cdfffba /acinclude.m4 | |
parent | * Revert to old behaviour: Even if we detect a bad character: Formally decode (diff) | |
download | apache2-06067c6be8ebfa6fc5840fef386f64f18e33da31.tar.xz apache2-06067c6be8ebfa6fc5840fef386f64f18e33da31.zip |
Enable to configure the https port - missing pieces.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@606806 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 41ca9aad40..f984710e52 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -79,6 +79,7 @@ AC_DEFUN(APACHE_GEN_CONFIG_VARS,[ APACHE_SUBST(MODULE_DIRS) APACHE_SUBST(MODULE_CLEANDIRS) APACHE_SUBST(PORT) + APACHE_SUBST(SSLPORT) APACHE_SUBST(nonssl_listen_stmt_1) APACHE_SUBST(nonssl_listen_stmt_2) APACHE_SUBST(CORE_IMPLIB_FILE) |