]> granicus.if.org Git - php/commitdiff
Fixed typo in ZEND_GCC_GLOBAL_REGS configure test (Albert)
authorDmitry Stogov <dmitry@zend.com>
Thu, 21 May 2015 13:34:59 +0000 (16:34 +0300)
committerDmitry Stogov <dmitry@zend.com>
Thu, 21 May 2015 13:34:59 +0000 (16:34 +0300)
Zend/Zend.m4

index 868a04d91efe87d820c55ed032b939b33f9d201f..6104dc0bc963c110de3abca118891edc7b706ada 100644 (file)
@@ -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)