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