[balsa] build without gpgme



commit 8e9e5333b7fe45c41c37555bc167f8396be31436
Author: Peter Bloomfield <PeterBloomfield bellsouth net>
Date:   Sun Apr 26 22:27:24 2009 -0400

    build without gpgme
---
 src/balsa-print-object.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/balsa-print-object.c b/src/balsa-print-object.c
index 9169e59..e596318 100644
--- a/src/balsa-print-object.c
+++ b/src/balsa-print-object.c
@@ -107,6 +107,7 @@ balsa_print_object_emb_message(GList * list, GtkPrintContext * context,
 }
 
 
+#ifdef HAVE_GPGME
 static GList *
 balsa_print_object_mp_crypto(GList * list, GtkPrintContext * context,
                                LibBalsaMessageBody * mime_body,
@@ -114,6 +115,7 @@ balsa_print_object_mp_crypto(GList * list, GtkPrintContext * context,
 {
     return balsa_print_object_header_crypto(list, context, mime_body, NULL, psetup);
 }
+#endif                          /* HAVE_GPGME */
 
 
 GList *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]