]> granicus.if.org Git - php/commitdiff
use more portable || here
authorfoobar <sniper@php.net>
Wed, 21 Dec 2005 21:15:37 +0000 (21:15 +0000)
committerfoobar <sniper@php.net>
Wed, 21 Dec 2005 21:15:37 +0000 (21:15 +0000)
ext/ming/config.m4

index a20e3bd9801527af2bfc8d28f0c7d63f28b39974..52013d3673a4c834b88c719aa05a79fb6201db37 100644 (file)
@@ -9,7 +9,7 @@ if test "$PHP_MING" != "no"; then
   AC_CHECK_LIB(m, sin)
 
   for i in $PHP_MING /usr/local /usr; do
-    if test -f $i/$PHP_LIBDIR/libming.$SHLIB_SUFFIX_NAME -o -f $i/$PHP_LIBDIR/libming.a; then
+    if test -f $i/$PHP_LIBDIR/libming.$SHLIB_SUFFIX_NAME || test -f $i/$PHP_LIBDIR/libming.a; then
       MING_DIR=$i
       break
     fi