From 016d0be3e013ffe5a23247a0e8c8c756143277be Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 13 Dec 2002 13:34:37 +0000 Subject: [PATCH] MFH --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 8890ddbd02..29e499032e 100644 --- a/configure.in +++ b/configure.in @@ -964,7 +964,7 @@ PHP_OS=`uname | xargs` AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output]) if test "$disable_cli" != "1"; then - PHP_CLI_TARGET=sapi/cli/php + PHP_CLI_TARGET="\$(SAPI_CLI_PATH)" PHP_INSTALL_CLI_TARGET="install-cli" PHP_ADD_SOURCES(sapi/cli, php_cli.c getopt.c,, cli) fi -- 2.50.1