File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -313,16 +313,16 @@ int main(void) {
313
313
[ php_cv_shm_mmap_posix=no] ,
314
314
[ php_cv_shm_mmap_posix=no] )
315
315
] )
316
-
317
- AS_VAR_IF ( [ php_cv_shm_mmap_posix] , [ yes] , [
318
- AS_VAR_IF ( [ ac_cv_search_shm_open] , [ "none required"] ,,
319
- [ OPCACHE_SHARED_LIBADD="$OPCACHE_SHARED_LIBADD $ac_cv_search_shm_open"] )
320
- AC_DEFINE ( [ HAVE_SHM_MMAP_POSIX] , [ 1] ,
321
- [ Define to 1 if you have the POSIX mmap() SHM support.] )
322
- ] )
323
316
] )
324
317
LIBS=$LIBS_save
325
318
319
+ AS_VAR_IF ( [ php_cv_shm_mmap_posix] , [ yes] , [
320
+ AC_DEFINE ( [ HAVE_SHM_MMAP_POSIX] , [ 1] ,
321
+ [ Define to 1 if you have the POSIX mmap() SHM support.] )
322
+ AS_CASE ( [ $ac_cv_search_shm_open] , [ "none required"|no] , [ ] ,
323
+ [ PHP_EVAL_LIBLINE([ $ac_cv_search_shm_open] , [ OPCACHE_SHARED_LIBADD] )] )
324
+ ] )
325
+
326
326
PHP_NEW_EXTENSION([ opcache] , m4_normalize ( [
327
327
shared_alloc_mmap.c
328
328
shared_alloc_posix.c
You can’t perform that action at this time.
0 commit comments