isync

mailbox synchronization program
git clone https://git.code.sf.net/p/isync/isync
Log | Files | Refs | README | LICENSE

commit efa062ccdb7e83976ca0402ec25e5c4f50a9cbd5
parent 99b1cbf279d18bc13064d10d33c26846fbd4b657
Author: Oswald Buddenhagen <ossi@users.sf.net>
Date:   Wed, 15 Sep 2004 08:44:13 +0000

whoops, wrong define

Diffstat:
Mconfigure.in | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in @@ -66,7 +66,7 @@ if test "x$ob_cv_with_ssl" != xno; then AC_MSG_ERROR([OpenSSL libs and/or includes were not found where specified]) fi else - AC_DEFINE(HAVE_SSL, 1, [if you have the OpenSSL libraries]) + AC_DEFINE(HAVE_LIBSSL, 1, [if you have the OpenSSL libraries]) CPPFLAGS="$CPPFLAGS $SSL_CPPFLAGS" LDFLAGS="$LDFLAGS $SSL_LDFLAGS" fi