diff options
Diffstat (limited to 'ext/sysvshm/sysvshm.c')
-rw-r--r-- | ext/sysvshm/sysvshm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/sysvshm/sysvshm.c b/ext/sysvshm/sysvshm.c index 9a800fcfa4..1b29f2c0e0 100644 --- a/ext/sysvshm/sysvshm.c +++ b/ext/sysvshm/sysvshm.c @@ -50,7 +50,7 @@ zend_module_entry sysvshm_module_entry = { }; -#if defined(COMPILE_DL) || defined(COMPILE_DL_SYSVSHM) +#ifdef COMPILE_DL_SYSVSHM ZEND_GET_MODULE(sysvshm) #endif |