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