From 6723ff2d34c505c7019db0f0a3c4e035dac2da2a Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Fri, 14 Apr 2017 20:59:25 +0200 Subject: [PATCH] fix check for libv8.dylib (on macOS) --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index 9da20e4..69127ea 100644 --- a/config.m4 +++ b/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