]> granicus.if.org Git - php/commitdiff
MFH: Fix a typo
authorDavid Soria Parra <dsp@php.net>
Sun, 1 Feb 2009 21:52:32 +0000 (21:52 +0000)
committerDavid Soria Parra <dsp@php.net>
Sun, 1 Feb 2009 21:52:32 +0000 (21:52 +0000)
configure.in

index 3bff1db1bedb6aae28a18652fba9ec61a989a84e..fd8ae4832015ac943356d3627289d104b85ffd9d 100644 (file)
@@ -1283,11 +1283,11 @@ if test "$PHP_THREAD_SAFETY" = "yes" && test "$PHP_MYSQL" = "yes"; then
   CPPFLAGS="$CPPFLAGS -DTHREAD=1"
 fi
 
-if test "$PHP_DEBUG" = "yes" && test "$PHP_THREAD_SAFETY" = "yes; then
+if test "$PHP_DEBUG" = "yes" && test "$PHP_THREAD_SAFETY" = "yes"; then
   ZEND_EXT_TYPE="zend_extension_debug_ts"
 elif test "$PHP_DEBUG" = "yes"; then
   ZEND_EXT_TYPE="zend_extension_debug"
-elif test "$PHP_THREAD_SAFETY" = "yes; then
+elif test "$PHP_THREAD_SAFETY" = "yes"; then
   ZEND_EXT_TYPE="zend_extension_ts"
 else
   ZEND_EXT_TYPE="zend_extension"