diff options
| author | foobar <sniper@php.net> | 2005-03-06 23:16:44 +0000 |
|---|---|---|
| committer | foobar <sniper@php.net> | 2005-03-06 23:16:44 +0000 |
| commit | 84e560435e7586a8cd19f380944f87f165f4e43f (patch) | |
| tree | 7e169e297a91dd770ab8f9f9ceb1e27f007b264d | |
| parent | 89f320755d85978508e35a769a0f9cfffbcd791c (diff) | |
| download | php-git-84e560435e7586a8cd19f380944f87f165f4e43f.tar.gz | |
MFB: Fix VPATH build
| -rw-r--r-- | sapi/cgi/config9.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sapi/cgi/config9.m4 b/sapi/cgi/config9.m4 index 0d5079bdec..8c06ed8501 100644 --- a/sapi/cgi/config9.m4 +++ b/sapi/cgi/config9.m4 @@ -134,6 +134,7 @@ if test "$PHP_SAPI" = "default"; then exit 1 fi if test "$PHP_ENABLE_FASTCGI" = "yes"; then + PHP_ADD_BUILD_DIR($abs_builddir/sapi/cgi/libfcgi) PHP_FASTCGI=1 PHP_FCGI_FILES="libfcgi/fcgi_stdio.c libfcgi/fcgiapp.c libfcgi/os_unix.c" PHP_FCGI_INCLUDE="-I$PHP_LIBFCGI_DIR/include" |
