From 83068a9b9d80617a3c478a512eaed169140a1734 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Mayer?= Date: Tue, 7 Feb 2006 10:26:20 +0000 Subject: Paolo Abeni: >There is still an issue into the HAVE_LIBGNUTLS macro definition. I'm >fixing it and cleaning a bit the windows side configuration. I hope to >post soon the fix. The attached patch should fix the issue. I missed to modify the config.win32 file and I misstyped a few macros name. svn path=/trunk/; revision=17200 --- config.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config.nmake') diff --git a/config.nmake b/config.nmake index 2ba6f91d74..018ee4c75e 100644 --- a/config.nmake +++ b/config.nmake @@ -419,9 +419,9 @@ LIBETHEREAL_CONFIG= !IFDEF GNUTLS_DIR GNUTLS_PATH=$(GNUTLS_DIR) GNUTLS_CFLAGS=/I$(GNUTLS_DIR) -GNUTLS_LIBS=$(GNUTLS_DIR)\gnutls.lib +GNUTLS_LIBS=$(GNUTLS_DIR)\gnutls.lib user32.lib # Nmake uses carets to escape special characters -GNUTLS_CONFIG=^#define HAVE_GNUTLS 1 +GNUTLS_CONFIG=^#define HAVE_LIBGNUTLS 1 !else GNUTLS_CFLAGS= GNUTLS_LIBS= -- cgit v1.2.3