Revert recent COMPILE_DL change.

This commit is contained in:
Sascha Schumann 2000-05-23 13:46:16 +00:00
parent 03851ced5f
commit cd8c4268ec

View File

@ -53,7 +53,7 @@ zend_module_entry calendar_module_entry = {
STANDARD_MODULE_PROPERTIES,
};
#if COMPILE_DL
#ifdef COMPILE_DL_CALENDAR
ZEND_GET_MODULE(calendar)
#endif