From 5f1da52ea45ce0f65d65540727ff857d9d8a5a36 Mon Sep 17 00:00:00 2001 From: Colin Leroy Date: Fri, 12 Dec 2008 13:24:01 +0000 Subject: [PATCH] Fix previous commit --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.25.1