From: Pierre Joye Date: Thu, 25 Dec 2008 00:09:32 +0000 (+0000) Subject: - be sure that at least one SAPI has been selected X-Git-Tag: php-5.4.0alpha1~191^2~4753 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ae5b22b0427f88f0b68023a87a9a361b6c8fa1e7;p=php - 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();