From b686dc491107b893ec0e02a41ffdba3180a4796a Mon Sep 17 00:00:00 2001 From: Gunter Knauf Date: Thu, 13 Nov 2008 01:39:10 +0000 Subject: [PATCH] changed to latest libidn version. --- lib/Makefile.m32 | 2 +- lib/Makefile.netware | 2 +- src/Makefile.m32 | 2 +- src/Makefile.netware | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/Makefile.m32 b/lib/Makefile.m32 index 6b9726e36..1b8a9675f 100644 --- a/lib/Makefile.m32 +++ b/lib/Makefile.m32 @@ -29,7 +29,7 @@ LIBSSH2_PATH = ../../libssh2-0.18 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH -LIBIDN_PATH = ../../libidn-1.9 +LIBIDN_PATH = ../../libidn-1.11 endif # Edit the path below to point to the base of your Novell LDAP NDK. ifndef LDAP_SDK diff --git a/lib/Makefile.netware b/lib/Makefile.netware index a1f3ff1ee..80476ef0c 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -30,7 +30,7 @@ endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH -LIBIDN_PATH = ../../libidn-1.9 +LIBIDN_PATH = ../../libidn-1.11 endif ifndef INSTDIR diff --git a/src/Makefile.m32 b/src/Makefile.m32 index b4088885d..857606aef 100644 --- a/src/Makefile.m32 +++ b/src/Makefile.m32 @@ -29,7 +29,7 @@ LIBSSH2_PATH = ../../libssh2-0.18 endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH -LIBIDN_PATH = ../../libidn-1.9 +LIBIDN_PATH = ../../libidn-1.11 endif # Edit the path below to point to the base of your Novell LDAP NDK. ifndef LDAP_SDK diff --git a/src/Makefile.netware b/src/Makefile.netware index 25e2115ea..1ec0b8254 100644 --- a/src/Makefile.netware +++ b/src/Makefile.netware @@ -30,7 +30,7 @@ endif # Edit the path below to point to the base of your libidn package. ifndef LIBIDN_PATH -LIBIDN_PATH = ../../libidn-1.9 +LIBIDN_PATH = ../../libidn-1.11 endif ifndef INSTDIR