From: Colin Leroy Date: Fri, 12 Dec 2008 13:24:01 +0000 (+0000) Subject: Fix previous commit X-Git-Tag: rel_3_7_0~13 X-Git-Url: http://git.claws-mail.org/?p=claws.git;a=commitdiff_plain;h=5f1da52ea45ce0f65d65540727ff857d9d8a5a36 Fix previous commit --- diff --git a/configure.ac b/configure.ac index e4184d9ab..053e5bc07 100644 --- a/configure.ac +++ b/configure.ac @@ -412,9 +412,9 @@ if test "x$ac_cv_enable_gnutls" != "xno"; then fi if test "x$ac_cv_enable_gnutls" = "xyes"; then if test x"$platform_win32" = "xyes"; then - GNUTLS_LIBS="-lgnutls -lgcrypt -lz ${GCRYPT_LIBS}" - else GNUTLS_LIBS="-lgnutls -lgcrypt ${GCRYPT_LIBS}" + else + GNUTLS_LIBS="-lgnutls -lgcrypt -lz ${GCRYPT_LIBS}" fi fi else