Enlightenment CVS committal

Author  : tsauerbeck
Project : misc
Module  : embrace

Dir     : misc/embrace


Modified Files:
        ChangeLog configure.ac 


Log Message:
HAVE_ECORE_CON_SSL was superseeded by ecore_con_ssl_available_get()
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -3 -r1.18 -r1.19
--- ChangeLog   30 Jan 2005 16:26:02 -0000      1.18
+++ ChangeLog   30 Jan 2005 16:29:48 -0000      1.19
@@ -1,8 +1,12 @@
-$Id: ChangeLog,v 1.18 2005/01/30 16:26:02 tsauerbeck Exp $
+$Id: ChangeLog,v 1.19 2005/01/30 16:29:48 tsauerbeck Exp $
 
 2005-01-30 Tilman Sauerbeck (tilman at code-monkey de)
         * src/plugins/sylpheed/sylpheed.c:
           Fixed the Sylpheed plugin, which was horribly broken
+        * configure.ac, m4/ac_ecore_con_check_openssl.m4,
+          src/plugins/pop3/pop3.c, src/plugins/imap/imap.c:
+          HAVE_ECORE_CON_OPENSSL was superseeded by
+          ecore_con_ssl_available_get()
 
 2005-01-29 Tilman Sauerbeck <tilman -at- code-monkey.de>
         * configure.ac, src/plugins/sylpheed:
===================================================================
RCS file: /cvsroot/enlightenment/misc/embrace/configure.ac,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -3 -r1.8 -r1.9
--- configure.ac        29 Jan 2005 14:51:36 -0000      1.8
+++ configure.ac        30 Jan 2005 16:29:48 -0000      1.9
@@ -1,6 +1,6 @@
 ###############################################################################
 ##
-## $Id: configure.ac,v 1.8 2005/01/29 14:51:36 tsauerbeck Exp $
+## $Id: configure.ac,v 1.9 2005/01/30 16:29:48 tsauerbeck Exp $
 ##
 ## Copyright (C) 2004 Embrace project.
 ##
@@ -59,8 +59,6 @@
 #endif
 ])
 
-AH_TEMPLATE(HAVE_OPENSSL, [Have OpenSSL])
-
 AC_EXPAND_DIR(DATA_DIR, "$datadir/$PACKAGE")
 AC_DEFINE_UNQUOTED(DATA_DIR, "$DATA_DIR", [Directory to install data files in])
 
@@ -114,18 +112,6 @@
 AC_PATH_GENERIC(esmart, , ,
        AC_MSG_ERROR(Cannot find esmart: Is esmart-config in path?))
 
-AC_ARG_ENABLE(openssl,
-       [  --enable-openssl        enable openssl support (default: 
autodetect)],
-       [have_openssl=$enableval], have_openssl=yes)
-
-if test x$have_openssl = xyes; then
-       AC_ECORE_CON_CHECK_OPENSSL(, have_openssl=no)
-fi
-
-if test x$have_openssl = xyes; then
-       AC_DEFINE(HAVE_OPENSSL)
-fi
-
 AC_CHECK_LIB(ltdl, lt_dlopen, ,
        AC_MSG_ERROR(Cannot find libltdl))
 
@@ -169,9 +155,6 @@
 echo "Sylpheed..............: $build_sylpheed"
 echo
 echo
-echo "OpenSSL support.......: $have_openssl"
-echo
-echo
 echo "$PACKAGE $VERSION will be installed in $prefix"
 echo
 echo "Type 'make' ('gmake' on some systems) to compile $PACKAGE."




-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to