sniper          Mon Apr  2 02:06:33 2001 EDT

  Modified files:              
    /php4/ext/aspell    config.m4 
  Log:
  Fixed a typo. Bug: #10103
  
Index: php4/ext/aspell/config.m4
diff -u php4/ext/aspell/config.m4:1.4 php4/ext/aspell/config.m4:1.5
--- php4/ext/aspell/config.m4:1.4       Tue Mar 27 12:34:22 2001
+++ php4/ext/aspell/config.m4   Mon Apr  2 02:06:33 2001
@@ -1,4 +1,4 @@
-dnl $Id: config.m4,v 1.4 2001/03/27 20:34:22 sniper Exp $
+dnl $Id: config.m4,v 1.5 2001/04/02 09:06:33 sniper Exp $
 
 AC_MSG_CHECKING(for ASPELL support)
 AC_ARG_WITH(aspell,
@@ -19,9 +19,9 @@
     fi
     AC_DEFINE(HAVE_ASPELL,1,[Whether you have aspell])
     AC_MSG_RESULT(yes)
-       PHP_EXTENSION(aspell)
+    PHP_EXTENSION(aspell)
   else
-    AC_MSG_ERROR(no)
+    AC_MSG_RESULT(no)
   fi
 ],[
   AC_MSG_RESULT(no)



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to