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

1.1       misho       1: // vim:ft=javascript
                      2: // $Id: configure.tail 306344 2010-12-13 18:43:10Z pajoye $
                      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>