Enlightenment CVS committal

Author  : englebass
Project : e_modules
Module  : mail

Dir     : e_modules/mail


Modified Files:
        configure.in 


Log Message:
enable imap2 code.

===================================================================
RCS file: /cvs/e/e_modules/mail/configure.in,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -3 -r1.13 -r1.14
--- configure.in        22 Jun 2007 09:18:37 -0000      1.13
+++ configure.in        7 Nov 2007 18:37:40 -0000       1.14
@@ -15,9 +15,6 @@
 AM_ENABLE_SHARED
 AM_PROG_LIBTOOL
 
-ALL_LINGUAS="it"
-AC_SUBST(ALL_LINGUAS)
-
 AM_GNU_GETTEXT([external])
 AM_GNU_GETTEXT_VERSION(0.14)
 
@@ -132,12 +129,12 @@
 AC_SUBST(e_modules)
 
 # uncomment this for new imap code
-#AM_CONDITIONAL(IMAP2, true)
-AM_CONDITIONAL(IMAP2, false)
+AM_CONDITIONAL(IMAP2, true)
+#AM_CONDITIONAL(IMAP2, false)
 
 AC_OUTPUT([
 Makefile
-po/Makefile
+po/Makefile.in
 e_modules-mail.spec
 ],[
 ])



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to