You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by pf...@apache.org on 2012/01/26 15:54:53 UTC

svn commit: r1236212 - /incubator/ooo/trunk/main/configure.in

Author: pfg
Date: Thu Jan 26 14:54:53 2012
New Revision: 1236212

URL: http://svn.apache.org/viewvc?rev=1236212&view=rev
Log:
Fix configure warning. Submitted by maho.

Modified:
    incubator/ooo/trunk/main/configure.in

Modified: incubator/ooo/trunk/main/configure.in
URL: http://svn.apache.org/viewvc/incubator/ooo/trunk/main/configure.in?rev=1236212&r1=1236211&r2=1236212&view=diff
==============================================================================
--- incubator/ooo/trunk/main/configure.in (original)
+++ incubator/ooo/trunk/main/configure.in Thu Jan 26 14:54:53 2012
@@ -1289,7 +1289,7 @@ AC_MSG_CHECKING([whether to enable categ
 #   rhino (rhino)
 #   beanshell (beanshell)
 #   graphite (silgraphite)
-if test "$enable_category_b" == "yes"; then
+if test "$enable_category_b" = "yes"; then
 #   enable_mozilla="yes"
 #   enable_nss_module="yes"
    enable_hunspell="yes"