summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorEdin Kadribasic <edink@php.net>2002-01-12 14:51:54 +0000
committerEdin Kadribasic <edink@php.net>2002-01-12 14:51:54 +0000
commitdb8647203c47208ef7d53778b9f9900d36ddfb90 (patch)
tree1f65370009072c109859b192e514581522ef6ec9 /configure.in
parent0a8722a0ac0d5f329c1e85e5b8d011a04d8c2cd9 (diff)
downloadphp-git-db8647203c47208ef7d53778b9f9900d36ddfb90.tar.gz
Modified the build system to always build CLI SAPI.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f7d364df2b..3f085e6e34 100644
--- a/configure.in
+++ b/configure.in
@@ -5,7 +5,7 @@ divert(1)
AC_INIT(README.CVS-RULES)
-PHP_FAST_OUTPUT(sapi/Makefile ext/Makefile Makefile pear/Makefile main/Makefile)
+PHP_FAST_OUTPUT(sapi/Makefile ext/Makefile Makefile pear/Makefile main/Makefile sapi/cli/Makefile)
if test "$with_shared_apache" != "no" && test -n "$with_shared_apache" ; then
AC_MSG_ERROR([--with-shared-apache is not supported. Please refer to the documentation for using APXS])