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

index c1bad130eb739a93c1afb8ca268f1a6da9e16b0a..85c12960a86d2d922bc44df01d7cc67cc81d23c9 100644 (file)
@@ -1246,11 +1246,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"