Browse Source

fix check for libv8.dylib (on macOS)

Stefan Siegl 8 năm trước cách đây
mục cha
commit
6723ff2d34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      config.m4

+ 1 - 1
config.m4

@@ -3,7 +3,7 @@ PHP_ARG_WITH(v8js, for V8 Javascript Engine,
 
 if test "$PHP_V8JS" != "no"; then
   SEARCH_PATH="/usr/local /usr"
-  SEARCH_FOR="$PHP_LIBDIR/libv8.$SHLIB_DL_SUFFIX_NAME"
+  SEARCH_FOR="$PHP_LIBDIR/libv8.$SHLIB_SUFFIX_NAME"
   
   if test -r $PHP_V8JS/$SEARCH_FOR; then
     case $host_os in