Skip to content

Commit 58c484a

Browse files
committed
Fixed typo in ZEND_GCC_GLOBAL_REGS configure test (Albert)
1 parent 474e422 commit 58c484a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/Zend.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -462,4 +462,4 @@ if test "$ZEND_GCC_GLOBAL_REGS" = "yes"; then
462462
else
463463
HAVE_GCC_GLOBAL_REGS=no
464464
fi
465-
AC_MSG_RESULT(ZEND_GCC_GLOBAL_REGS)
465+
AC_MSG_RESULT($ZEND_GCC_GLOBAL_REGS)

0 commit comments

Comments
 (0)