]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blame - apache1-mod_ssl-nohttpd.patch
- release 10 (by relup.sh)
[packages/apache1-mod_ssl.git] / apache1-mod_ssl-nohttpd.patch
CommitLineData
e6cd5bbf
JB
1--- mod_ssl-2.8.26-1.3.35/configure~ 2004-04-01 09:37:37.000000000 +0000
2+++ mod_ssl-2.8.26-1.3.35/configure 2004-04-01 09:43:04.000000000 +0000
aeb1f3d9 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; .*$;;'`
30825cb7 9+ APV="@APACHE_VERSION@"
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.065867 seconds and 4 git commands to generate.