helly           Fri Dec 13 05:32:03 2002 EDT

  Modified files:              
    /php4       configure.in 
  Log:
  Fix cli build for cygwin
  
  
Index: php4/configure.in
diff -u php4/configure.in:1.407 php4/configure.in:1.408
--- php4/configure.in:1.407     Wed Dec 11 03:41:44 2002
+++ php4/configure.in   Fri Dec 13 05:32:03 2002
@@ -1,4 +1,4 @@
-dnl ## $Id: configure.in,v 1.407 2002/12/11 08:41:44 sniper Exp $ -*- sh -*-
+dnl ## $Id: configure.in,v 1.408 2002/12/13 10:32:03 helly Exp $ -*- sh -*-
 dnl ## Process this file with autoconf to produce a configure script.
 
 divert(1)
@@ -964,7 +964,7 @@
 AC_DEFINE_UNQUOTED(PHP_OS,"$PHP_OS",[uname output])
 
 if test "$PHP_SAPI_CLI" != "no"; 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



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to