]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blob - apache1-mod_ssl-nohttpd.patch
- release 10 (by relup.sh)
[packages/apache1-mod_ssl.git] / apache1-mod_ssl-nohttpd.patch
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
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; .*$;;'`
9 +    APV="@APACHE_VERSION@"
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.063755 seconds and 3 git commands to generate.