@@ -458,7 +458,7 @@ AC_STRUCT_TIMEZONE
458
458
PHP_MISSING_TIME_R_DECL
459
459
460
460
AC_CHECK_TYPES ( [ struct flock] ,,,[ #include <fcntl.h>] )
461
- AC_CHECK_TYPES ( socklen_t , [ ] , [ ] , [
461
+ AC_CHECK_TYPES ( [ socklen_t] , [ ] , [ ] , [
462
462
#ifdef HAVE_SYS_TYPES_H
463
463
# include <sys/types.h>
464
464
#endif
@@ -708,7 +708,7 @@ AS_VAR_IF([php_cv_func_copy_file_range], [yes],
708
708
[ AC_DEFINE ( [ HAVE_COPY_FILE_RANGE] , [ 1] ,
709
709
[ Define to 1 if you have the 'copy_file_range' function.] ) ] )
710
710
711
- AC_REPLACE_FUNCS ( strlcat strlcpy explicit_bzero getopt )
711
+ AC_REPLACE_FUNCS ( [ strlcat strlcpy explicit_bzero getopt] )
712
712
AC_FUNC_ALLOCA
713
713
PHP_TIME_R_TYPE
714
714
@@ -1071,7 +1071,7 @@ PHP_ARG_ENABLE([undefined-sanitizer],,
1071
1071
dnl Extension configuration.
1072
1072
dnl ----------------------------------------------------------------------------
1073
1073
1074
- PHP_HELP_SEPARATOR([ Extensions:
1074
+ PHP_HELP_SEPARATOR([ [ Extensions:
1075
1075
1076
1076
--with-EXTENSION=[ shared[ ,PATH] ]
1077
1077
@@ -1081,7 +1081,7 @@ PHP_HELP_SEPARATOR([Extensions:
1081
1081
1082
1082
o Builds the foobar extension as shared extension.
1083
1083
o foobar package install prefix is /usr/local/foobar/
1084
- ] )
1084
+ ] ] )
1085
1085
1086
1086
PHP_CONFIGURE_PART(Configuring extensions)
1087
1087
0 commit comments