From: Sterling Hughes Date: Thu, 25 May 2000 00:15:29 +0000 (+0000) Subject: Check lib. X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~261 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bd09362914f6044aa84cfc5885a0840ae728e99;p=php Check lib. --- 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