From: Dmitry Stogov Date: Thu, 21 May 2015 13:34:59 +0000 (+0300) Subject: Fixed typo in ZEND_GCC_GLOBAL_REGS configure test (Albert) X-Git-Tag: PRE_PHP7_NSAPI_REMOVAL~42^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58c484a0bb6a6bc5caa8a64ab3775a3f491dbad4;p=php Fixed typo in ZEND_GCC_GLOBAL_REGS configure test (Albert) --- diff --git a/Zend/Zend.m4 b/Zend/Zend.m4 index 868a04d91e..6104dc0bc9 100644 --- a/Zend/Zend.m4 +++ b/Zend/Zend.m4 @@ -462,4 +462,4 @@ if test "$ZEND_GCC_GLOBAL_REGS" = "yes"; then else HAVE_GCC_GLOBAL_REGS=no fi -AC_MSG_RESULT(ZEND_GCC_GLOBAL_REGS) +AC_MSG_RESULT($ZEND_GCC_GLOBAL_REGS)