]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blame - apache1-mod_ssl-nohttpd.patch
- APV="1.3.31"
[packages/apache1-mod_ssl.git] / apache1-mod_ssl-nohttpd.patch
CommitLineData
aeb1f3d9 1--- mod_ssl-2.8.16-1.3.29/configure~ 2004-04-01 09:37:37.000000000 +0000
2+++ mod_ssl-2.8.16-1.3.29/configure 2004-04-01 09:43:04.000000000 +0000
3@@ -283,8 +283,7 @@
4
5 # determine Apache parameters
6 apache=$APXS_PREFIX
7- APV=`$APXS_SBINDIR/$APXS_TARGET -v | grep "Server version:" |\
8- sed -e 's;^.*Apache/;;' -e 's; .*$;;'`
cc167c66 9+ APV="1.3.31"
aeb1f3d9 10 else
11 if [ ! -f "$apache/src/include/httpd.h" ]; then
12 echo "$0:${T_MD}Error${T_ME}: Cannot find Apache 1.3 source tree under $apache" 1>&2
This page took 0.031153 seconds and 4 git commands to generate.