cvs: php4 /ext/swf/ config.m4
[email protected] ("Sterling Hughes")
| Newsgroups | php.version4 |
|---|---|
| Message-ID | <cvssterling959213729@cvsserver> |
sterling Thu May 25 02:15:29 2000 EDT
Modified files:
/php4/ext/swf config.m4
Log:
Check lib.
Index: php4/ext/swf/config.m4
diff -u php4/ext/swf/config.m4:1.5 php4/ext/swf/config.m4:1.6
--- php4/ext/swf/config.m4:1.5 Thu May 18 02:39:00 2000
+++ php4/ext/swf/config.m4 Thu May 25 02:15:29 2000
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.5 2000/05/18 00:39:00 sterling Exp $
+dnl $Id: config.m4,v 1.6 2000/05/25 00:15:29 sterling Exp $
dnl config.m4 for extension libswf
dnl don't forget to call PHP_EXTENSION(swf)
dnl This file is a modified version of config.m4
@@ -8,7 +8,7 @@
[ --with-swf[=DIR] Include swf support])
if test "$PHP_SWF" != "no"; then
- for i in /usr/local /usr $PHP_SWF; do
+ for i in /usr/local/lib /usr/lib $PHP_SWF; do
if test -r $i/libswf.a; then
SWF_DIR=$i
fi