diff options
author | Sterling Hughes <sterling@php.net> | 2000-05-25 00:15:29 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-05-25 00:15:29 +0000 |
commit | 7bd09362914f6044aa84cfc5885a0840ae728e99 (patch) | |
tree | 1db3e816e828161c1354ffd5be57c2c9e53d9c19 /ext/swf | |
parent | 4197a6860244868d02547df43070bff6b39787f0 (diff) | |
download | php-git-7bd09362914f6044aa84cfc5885a0840ae728e99.tar.gz |
Check lib.
Diffstat (limited to 'ext/swf')
-rw-r--r-- | ext/swf/config.m4 | 2 |
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 |