1
0
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:
Felipe Pena
2010-05-05 21:55:44 +00:00
parent 1e96fbe4a8
commit d787d545d2
+1 -1
View File
@@ -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])