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

index cc35c358a9ed220b1df0d7a34c99f564913b330f..de11ff2ce3496dc49cd11b8e8be12d8580347e99 100644 (file)
@@ -1332,11 +1332,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"