]> git.pld-linux.org Git - packages/php4.git/blame - php4-hyperwave-fix.patch
- x32 fixes
[packages/php4.git] / php4-hyperwave-fix.patch
CommitLineData
7011c01c
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 @@
32192ed5 4 dnl $Id: config.m4,v 1.4 2002/03/12 16:47:14 sas Exp $
7011c01c
JB
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
d8071679 16 AC_DEFINE(HYPERWAVE,1,[ ])
7011c01c 17- AC_MSG_RESULT(yes)
cf2eaf54
JB
18- PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c)
19+ PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c, $ext_shared)
d8071679 20 else
21 AC_DEFINE(HYPERWAVE,0,[ ])
7011c01c
JB
22- AC_MSG_RESULT(no)
23 fi
24-],[
25- AC_DEFINE(HYPERWAVE,0,[ ])
26- AC_MSG_RESULT(no)
27-])
This page took 0.06458 seconds and 4 git commands to generate.