blob: 0506bddaf49c06a04970ef892ef5c4a54dcfa4dc [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Upstream-status: Inappriate
2
3diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4
4index cdfa1f7..0fe11e3 100644
5--- a/sapi/cli/config.m4
6+++ b/sapi/cli/config.m4
7@@ -36,7 +36,7 @@ if test "$PHP_CLI" != "no"; then
8 esac
9
10 dnl Set executable for tests
11- PHP_EXECUTABLE="\$(top_builddir)/\$(SAPI_CLI_PATH)"
12+ PHP_EXECUTABLE="${PHP_NATIVE_DIR}/php"
13 PHP_SUBST(PHP_EXECUTABLE)
14
15 dnl Expose to Makefile
16--
171.9.3
18