From 58c484a0bb6a6bc5caa8a64ab3775a3f491dbad4 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Thu, 21 May 2015 16:34:59 +0300 Subject: [PATCH] Fixed typo in ZEND_GCC_GLOBAL_REGS configure test (Albert) --- Zend/Zend.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.40.0