]> git.pld-linux.org Git - packages/php.git/blob - php-hyperwave-fix.patch
- release 1.2 ro rebuild with new imap
[packages/php.git] / php-hyperwave-fix.patch
1 --- php-4.3.0/ext/hyperwave/config.m4.orig      Thu Jan  2 23:17:53 2003
2 +++ php-4.3.0/ext/hyperwave/config.m4   Thu Jan  2 23:19:42 2003
3 @@ -2,19 +2,12 @@
4  dnl $Id$
5  dnl
6  
7 -AC_MSG_CHECKING(for Hyperwave support)
8 -AC_ARG_WITH(hyperwave,
9 -[  --with-hyperwave        Include Hyperwave support],
10 -[
11 -  if test "$withval" != "no"; then
12 +PHP_ARG_WITH(hyperwave, for Hyperwave support,
13 +[  --with-hyperwave        Include Hyperwave support])
14 +
15 +  if test "$PHP_HYPERWAVE" != "no"; then
16      AC_DEFINE(HYPERWAVE,1,[ ])
17 -    AC_MSG_RESULT(yes)
18 -    PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c)
19 +    PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c, $ext_shared)
20    else
21      AC_DEFINE(HYPERWAVE,0,[ ])
22 -    AC_MSG_RESULT(no)
23    fi
24 -],[
25 -  AC_DEFINE(HYPERWAVE,0,[ ])
26 -  AC_MSG_RESULT(no)
27 -])
This page took 0.112495 seconds and 3 git commands to generate.