You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
421 B
12 lines
421 B
Index: configure |
|
--- configure.orig 2011-01-28 06:55:29.000000000 +0100 |
|
+++ configure 2011-01-29 11:10:23.000000000 +0100 |
|
@@ -10696,7 +10696,7 @@ |
|
|
|
|
|
ap_httpd="`$APXS -q SBINDIR`/`$APXS -q TARGET`" |
|
- ap_httpd_version="`$ap_httpd -v | grep 'version' | sed -e 's![^/]*/\([[:digit:].]*\).*$!\1!'`" |
|
+ ap_httpd_version="`$ap_httpd -v | grep 'version' | sed -e 's!.*/\([0-9.][0-9.]*\).*$!\1!'`" |
|
|
|
if test "x" != "x" |
|
then
|
|
|