From a440ab6ef1b127a32c1b5f9c8f3bfdf7317ce7c2 Mon Sep 17 00:00:00 2001 From: "Bruno G. Albuquerque" Date: Mon, 23 Feb 2009 18:05:36 +0000 Subject: [PATCH] - Small update. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@29294 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile b/src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile index a0c73b6768..c7496c8fe9 100644 --- a/src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile +++ b/src/add-ons/mail_daemon/inbound_protocols/imap/Jamfile @@ -11,6 +11,8 @@ UsePrivateHeaders mail ; SubDirHdrs [ FDirName $(HAIKU_TOP) headers os add-ons mail_daemon ] ; +local sslDir ; + if $(USE_SSL) { SubDirC++Flags -DUSE_SSL ; if ! $(SSL_DIR) {