diff options
-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 |