From de0b8e2aa809ff92bff4685bc479cf4b8721d774 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Sat, 5 Mar 2016 16:58:55 +0100 Subject: [PATCH] Check V8_DIR/share/v8 for snapshot images as well --- config.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.m4 b/config.m4 index b35090a..f721165 100644 --- a/config.m4 +++ b/config.m4 @@ -217,7 +217,7 @@ public: AC_MSG_RESULT([yes]) AC_DEFINE([PHP_V8_USE_EXTERNAL_STARTUP_DATA], [1], [Whether V8 requires (and can be provided with custom versions of) external startup data]) - SEARCH_PATH="$V8_DIR/lib" + SEARCH_PATH="$V8_DIR/lib $V8_DIR/share/v8" AC_MSG_CHECKING([for natives_blob.bin]) SEARCH_FOR="natives_blob.bin"