From: Pierre Joye Date: Thu, 25 Dec 2008 00:09:49 +0000 (+0000) Subject: - MFH: be sure that at least one SAPI has been selected X-Git-Tag: php-5.3.0beta1~381 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=63fe8179d0737da38f86d983acddfb503891d372;p=php - MFH: be sure that at least one SAPI has been selected --- diff --git a/win32/build/configure.tail b/win32/build/configure.tail index e74287d2aa..1977abb807 100644 --- a/win32/build/configure.tail +++ b/win32/build/configure.tail @@ -2,5 +2,10 @@ // $Id$ // tail end of configure +if (sapi_enabled.length < 1) { + MESSAGE(""); + ERROR("No SAPI selected, please enable at least one SAPI."); +} + generate_files();