]> git.pld-linux.org Git - packages/php.git/blobdiff - php-hyperwave-fix.patch
- updated to 4.3.11
[packages/php.git] / php-hyperwave-fix.patch
index 301ae4a2f46b936245763838d3dd94249f2f02bc..1b622a93dd1b8e06c26a05e8677f2abe9e190388 100644 (file)
@@ -1,11 +1,27 @@
---- php-4.3.0/ext/hyperwave/config.m4.orig     Tue Mar 12 17:47:14 2002
-+++ php-4.3.0/ext/hyperwave/config.m4  Thu Jan  2 13:18:32 2003
-@@ -9,7 +9,7 @@
-   if test "$withval" != "no"; then
+--- php-4.3.0/ext/hyperwave/config.m4.orig     Thu Jan  2 23:17:53 2003
++++ php-4.3.0/ext/hyperwave/config.m4  Thu Jan  2 23:19:42 2003
+@@ -2,19 +2,12 @@
+ dnl $Id$
+ dnl
+-AC_MSG_CHECKING(for Hyperwave support)
+-AC_ARG_WITH(hyperwave,
+-[  --with-hyperwave        Include Hyperwave support],
+-[
+-  if test "$withval" != "no"; then
++PHP_ARG_WITH(hyperwave, for Hyperwave support,
++[  --with-hyperwave        Include Hyperwave support])
++
++  if test "$PHP_HYPERWAVE" != "no"; then
      AC_DEFINE(HYPERWAVE,1,[ ])
-     AC_MSG_RESULT(yes)
+-    AC_MSG_RESULT(yes)
 -    PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c)
 +    PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c, $ext_shared)
    else
      AC_DEFINE(HYPERWAVE,0,[ ])
-     AC_MSG_RESULT(no)
+-    AC_MSG_RESULT(no)
+   fi
+-],[
+-  AC_DEFINE(HYPERWAVE,0,[ ])
+-  AC_MSG_RESULT(no)
+-])
This page took 0.028933 seconds and 4 git commands to generate.