]> git.pld-linux.org Git - packages/php.git/blame - php-hyperwave-fix.patch
- release 1.2 ro rebuild with new imap
[packages/php.git] / php-hyperwave-fix.patch
CommitLineData
554abb27
JB
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
9d6174b1 16 AC_DEFINE(HYPERWAVE,1,[ ])
554abb27 17- AC_MSG_RESULT(yes)
8135bbee
JB
18- PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c)
19+ PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c, $ext_shared)
9d6174b1 20 else
21 AC_DEFINE(HYPERWAVE,0,[ ])
554abb27
JB
22- AC_MSG_RESULT(no)
23 fi
24-],[
25- AC_DEFINE(HYPERWAVE,0,[ ])
26- AC_MSG_RESULT(no)
27-])
This page took 0.065635 seconds and 4 git commands to generate.