]> git.pld-linux.org Git - packages/php.git/blame - php-hyperwave-fix.patch
- updated for 4.3.0
[packages/php.git] / php-hyperwave-fix.patch
CommitLineData
8135bbee
JB
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
9d6174b1 3@@ -9,7 +9,7 @@
4 if test "$withval" != "no"; then
5 AC_DEFINE(HYPERWAVE,1,[ ])
6 AC_MSG_RESULT(yes)
8135bbee
JB
7- PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c)
8+ PHP_NEW_EXTENSION(hyperwave, hw.c hg_comm.c, $ext_shared)
9d6174b1 9 else
10 AC_DEFINE(HYPERWAVE,0,[ ])
11 AC_MSG_RESULT(no)
This page took 0.02931 seconds and 4 git commands to generate.