]> git.pld-linux.org Git - packages/php.git/commitdiff
- merged apache packages split from DEVEL (1.421.2.3.2.35) auto/ac/php4-4_3_11-5 auto/ac/php4-4_4_0-1 auto/ac/php4-4_4_0-10 auto/ac/php4-4_4_0-11 auto/ac/php4-4_4_0-12 auto/ac/php4-4_4_0-13 auto/ac/php4-4_4_0-14 auto/ac/php4-4_4_0-16 auto/ac/php4-4_4_0-2 auto/ac/php4-4_4_0-3 auto/ac/php4-4_4_0-5 auto/ac/php4-4_4_0-6 auto/ac/php4-4_4_0-7 auto/ac/php4-4_4_0-8 auto/ac/php4-4_4_0-9 auto/ac/php4-4_4_1-1 auto/ac/php4-4_4_1-2 auto/ac/php4-4_4_1-3 auto/ac/php4-4_4_1-4 auto/ac/php4-4_4_1-5 auto/ac/php4-4_4_1-6 auto/ac/php4-4_4_9-12 auto/ac/php4-4_4_9-4 auto/th/php4-4_4_9-12 auto/th/php4-4_4_9-13 auto/th/php4-4_4_9-14 auto/th/php4-4_4_9-15 auto/th/php4-4_4_9-16 auto/th/php4-4_4_9-17 auto/th/php4-4_4_9-18 auto/ti/php4-4_4_9-11 auto/ti/php4-4_4_9-12 auto/ti/php4-4_4_9-14 auto/ti/php4-4_4_9-18
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 9 Jul 2005 20:53:13 +0000 (20:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    php-stupidapache_version.patch -> 1.3

php-stupidapache_version.patch

index 0f75407ea7148cf7e8f61550855a2fb7fe065236..e76de125b31b84e1d2cc40eb08b39cdc7b7c99e2 100644 (file)
@@ -1,12 +1,12 @@
---- acinclude.m4~      2005-03-17 10:10:04.000000000 +0200
-+++ acinclude.m4       2005-03-17 09:57:25.000000000 +0200
-@@ -1851,8 +1851,14 @@
+--- ./acinclude.m4~    2005-06-16 21:20:24.000000000 +0300
++++ ./acinclude.m4     2005-06-16 21:20:34.000000000 +0300
+@@ -1949,8 +1949,14 @@
  dnl This macro is used to get a comparable
  dnl version for apache1/2.
  dnl
 +
  AC_DEFUN([PHP_AP_EXTRACT_VERSION],[
-+if test -n "$with_apache_version"; then
++if test "$with_apache_version" != "no"; then
 +  ac_output="foo bar baz $with_apache_version"
 +else
    ac_output=`$1 -v 2>&1`
    ac_IFS=$IFS
  IFS="- /.
  "
---- configure.in~      2005-03-16 22:02:44.000000000 +0200
-+++ configure.in       2005-03-17 01:03:14.000000000 +0200
-@@ -766,6 +766,9 @@
- ])
- AC_MSG_RESULT([$PHP_VERSIONING])
-+PHP_ARG_WITH(apache-version,[apache version],
-+[  --apache-version=MAJOR.MINOR.REVISION      Sets apache version to avoid calling apache/httpd binary], no, no)
-+
- divert(5)
- dnl ## In diversion 5 we check which extensions should be compiled.
This page took 0.0484 seconds and 4 git commands to generate.