summaryrefslogtreecommitdiff
path: root/sapi/cli/config.m4
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-11-14 01:09:46 +0000
committerSascha Schumann <sas@php.net>2002-11-14 01:09:46 +0000
commit46a99e902258eaa6a02e41b0b701cf94416ed3e5 (patch)
treeb7db0b85b0fb1165691d300dd36521e29681c4a2 /sapi/cli/config.m4
parentf7c6d9fb2adffb95836721ebf80c213b87c3d4ea (diff)
downloadphp-git-46a99e902258eaa6a02e41b0b701cf94416ed3e5.tar.gz
- Remove PHP_DISABLE_CLI
- Streamline ircg build: thttpd-dependent part moved into separate source file, so that it can be added to the SAPI-only object list.
Diffstat (limited to 'sapi/cli/config.m4')
-rw-r--r--sapi/cli/config.m42
1 files changed, 0 insertions, 2 deletions
diff --git a/sapi/cli/config.m4 b/sapi/cli/config.m4
index 17af168c2e..1fa569d0b1 100644
--- a/sapi/cli/config.m4
+++ b/sapi/cli/config.m4
@@ -29,8 +29,6 @@ if test "$PHP_SAPI_CLI" != "no"; then
INSTALL_CLI="\$(INSTALL) -m 0755 \$(SAPI_CLI_PATH) \$(INSTALL_ROOT)\$(bindir)/php"
PHP_SUBST(BUILD_CLI)
PHP_SUBST(INSTALL_CLI)
-else
- PHP_DISABLE_CLI
fi
AC_MSG_RESULT($PHP_SAPI_CLI)