]> git.pld-linux.org Git - packages/php.git/blob - php-hyperwave-fix.patch
301ae4a2f46b936245763838d3dd94249f2f02bc
[packages/php.git] / php-hyperwave-fix.patch
1 --- php-4.3.0/ext/hyperwave/config.m4.orig      Tue Mar 12 17:47:14 2002
2 +++ php-4.3.0/ext/hyperwave/config.m4   Thu Jan  2 13:18:32 2003
3 @@ -9,7 +9,7 @@
4    if test "$withval" != "no"; then
5      AC_DEFINE(HYPERWAVE,1,[ ])
6      AC_MSG_RESULT(yes)
7 -    PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c)
8 +    PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c, $ext_shared)
9    else
10      AC_DEFINE(HYPERWAVE,0,[ ])
11      AC_MSG_RESULT(no)
This page took 0.093382 seconds and 3 git commands to generate.