Skip to content

Commit 6723ff2

Browse files
committed
fix check for libv8.dylib (on macOS)
1 parent 5f08db8 commit 6723ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PHP_ARG_WITH(v8js, for V8 Javascript Engine,
33

44
if test "$PHP_V8JS" != "no"; then
55
SEARCH_PATH="/usr/local /usr"
6-
SEARCH_FOR="$PHP_LIBDIR/libv8.$SHLIB_DL_SUFFIX_NAME"
6+
SEARCH_FOR="$PHP_LIBDIR/libv8.$SHLIB_SUFFIX_NAME"
77

88
if test -r $PHP_V8JS/$SEARCH_FOR; then
99
case $host_os in

0 commit comments

Comments
 (0)