File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1103,9 +1103,9 @@ int main(void) {
1103
1103
[ php_cv_time_r_type=POSIX] ) ] ,
1104
1104
[ php_cv_time_r_type=POSIX] )
1105
1105
] )
1106
- AS_CASE ( [ php_cv_time_r_type] ,
1106
+ AS_CASE ( [ $ php_cv_time_r_type] ,
1107
1107
[ hpux] , [ AC_DEFINE ( [ PHP_HPUX_TIME_R] , [ 1] ,
1108
- [ Define to 1 if you have HP-UX 10.x.-style reentrant time functions.] ) ]
1108
+ [ Define to 1 if you have HP-UX 10.x.-style reentrant time functions.] ) ] ,
1109
1109
[ irix] , [ AC_DEFINE ( [ PHP_IRIX_TIME_R] , [ 1] ,
1110
1110
[ Define to 1 you have IRIX-style reentrant time functions.] ) ] )
1111
1111
] )
Original file line number Diff line number Diff line change @@ -228,7 +228,7 @@ int main(void) {
228
228
] ] ) ] ,
229
229
[ php_cv_shm_mmap_anon=yes] ,
230
230
[ php_cv_shm_mmap_anon=no] ,
231
- [ AS_CASE ( [ host_alias] ,
231
+ [ AS_CASE ( [ $ host_alias] ,
232
232
[ *linux*|*midipix] , [ php_cv_shm_mmap_anon=yes] ,
233
233
[ php_cv_shm_mmap_anon=no] ) ] ) ] )
234
234
AS_VAR_IF ( [ php_cv_shm_mmap_anon] , [ yes] ,
You can’t perform that action at this time.
0 commit comments