]> granicus.if.org Git - php/commitdiff
Check lib.
authorSterling Hughes <sterling@php.net>
Thu, 25 May 2000 00:15:29 +0000 (00:15 +0000)
committerSterling Hughes <sterling@php.net>
Thu, 25 May 2000 00:15:29 +0000 (00:15 +0000)
ext/swf/config.m4

index 9c60e18e4bf437d39cb04f90c975bfb498ae7708..3426e2b000172fcf729b117f04fc3083fd64ed58 100644 (file)
@@ -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