You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openoffice.apache.org by mb...@apache.org on 2011/08/29 15:14:38 UTC

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

Author: mbauer
Date: Mon Aug 29 13:14:38 2011
New Revision: 1162791

URL: http://svn.apache.org/viewvc?rev=1162791&view=rev
Log:
allow using of EPM as installed in the system for packaging

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=1162791&r1=1162790&r2=1162791&view=diff
==============================================================================
--- incubator/ooo/trunk/main/configure.in (original)
+++ incubator/ooo/trunk/main/configure.in Mon Aug 29 13:14:38 2011
@@ -1237,7 +1237,7 @@ if test "$enable_copyleft" != "yes"; the
    enable_mozilla="no"
    enable_nss_module="no"
    enable_gstreamer="no"
-   enable_epm="no"
+   enable_epm="yes"
    with_myspell_dicts="no"
    enable_neon="no"
 
@@ -1248,6 +1248,8 @@ if test "$enable_copyleft" != "yes"; the
    DISABLE_NEON="TRUE"
    BUILD_EPM="NO"
 
+   BUILD_EPM=NO
+
    AC_MSG_RESULT([yes])
 
 else