Magellan Linux

Contents of /trunk/apache2-mod_python/patches/apache2-mod_python-3.3.1-magellan.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 426 - (show annotations) (download)
Tue Dec 11 19:30:24 2007 UTC (16 years, 5 months ago) by niro
File size: 500 byte(s)
-magellan fixups

1 diff -Naur mod_python-3.3.1/configure.in mod_python-3.3.1-magellan/configure.in
2 --- mod_python-3.3.1/configure.in 2006-03-11 04:46:52.000000000 +0100
3 +++ mod_python-3.3.1-magellan/configure.in 2007-12-11 20:32:13.000000000 +0100
4 @@ -108,7 +108,7 @@
5
6 # check Apache version
7 AC_MSG_CHECKING(Apache version)
8 - HTTPD="`${APXS} -q SBINDIR`/`${APXS} -q TARGET`"
9 + HTTPD="`${APXS} -q SBINDIR`/apache2"
10 ver=`$HTTPD -v | awk '/version/ {print $3}' | awk -F/ '{print $2}'`
11 AC_MSG_RESULT($ver)
12