]> git.pld-linux.org Git - packages/apache1-mod_ssl.git/blob - apache1-mod_ssl-nohttpd.patch
02f4bd3ecb054534ec8813d5c248e32d7f2919cf
[packages/apache1-mod_ssl.git] / apache1-mod_ssl-nohttpd.patch
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; .*$;;'`
9 +    APV="1.3.29"
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.0188469999999999 seconds and 2 git commands to generate.