mirror of
https://github.com/php/php-src.git
synced 2026-04-26 01:18:19 +02:00
- Fixed bug #51740 (acinclude.m4 macro PHP_CHECK_SIZEOF is not properly quoted)
Patch by: dave dot mulford at gmail dot com
This commit is contained in:
+1
-1
@@ -1095,7 +1095,7 @@ ifelse([$5],[],,[else $5])
|
||||
dnl
|
||||
dnl PHP_CHECK_SIZEOF(type, cross-value, extra-headers)
|
||||
dnl
|
||||
AC_DEFUN(PHP_CHECK_SIZEOF, [
|
||||
AC_DEFUN([PHP_CHECK_SIZEOF], [
|
||||
AC_MSG_CHECKING([size of $1])
|
||||
_PHP_CHECK_SIZEOF($1, $2, $3, [
|
||||
AC_DEFINE_UNQUOTED([SIZEOF_]translit($1,a-z,A-Z_), [$]php_cv_sizeof_[]$1, [Size of $1])
|
||||
|
||||
Reference in New Issue
Block a user