summaryrefslogtreecommitdiff
path: root/ext/swf
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-05-25 00:15:29 +0000
committerSterling Hughes <sterling@php.net>2000-05-25 00:15:29 +0000
commit7bd09362914f6044aa84cfc5885a0840ae728e99 (patch)
tree1db3e816e828161c1354ffd5be57c2c9e53d9c19 /ext/swf
parent4197a6860244868d02547df43070bff6b39787f0 (diff)
downloadphp-git-7bd09362914f6044aa84cfc5885a0840ae728e99.tar.gz
Check lib.
Diffstat (limited to 'ext/swf')
-rw-r--r--ext/swf/config.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/swf/config.m4 b/ext/swf/config.m4
index 9c60e18e4b..3426e2b000 100644
--- a/ext/swf/config.m4
+++ b/ext/swf/config.m4
@@ -8,7 +8,7 @@ PHP_ARG_WITH(swf, for libswf support,
[ --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