]> granicus.if.org Git - php/commitdiff
typofix
authorfoobar <sniper@php.net>
Tue, 14 Jun 2005 11:47:57 +0000 (11:47 +0000)
committerfoobar <sniper@php.net>
Tue, 14 Jun 2005 11:47:57 +0000 (11:47 +0000)
Zend/Zend.m4

index b14deb5787eedbe43cea0ebedd4af4506dd4f5af..c623a9182ad15b51f0337030c2a316cd0e06ab93 100644 (file)
@@ -123,8 +123,7 @@ AC_DEFUN([LIBZEND_OTHER_CHECKS],[
 
 AC_ARG_WITH(zend-vm,
 [  --with-zend-vm=TYPE     Set virtual machine dispatch method. Type is
-                          one of "CALL", "SWITCH" or "GOTO" [TYPE=CALL]]
-[
+                          one of "CALL", "SWITCH" or "GOTO" [TYPE=CALL]],[
   PHP_ZEND_VM=$withval
 ],[
   PHP_ZEND_VM=CALL