Annotation of embedaddon/php/win32/build/configure.tail, revision 1.1.1.2

1.1       misho       1: // vim:ft=javascript
1.1.1.2 ! misho       2: // $Id$
1.1       misho       3: // tail end of configure
                      4: 
                      5: if (!MODE_PHPIZE && sapi_enabled.length < 1) {
                      6:        MESSAGE("");
                      7:        ERROR("No SAPI selected, please enable at least one SAPI.");
                      8: }
                      9: 
                     10: generate_files();
                     11: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>