aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2008-11-13 01:39:10 +0000
committerGunter Knauf <gk@gknw.de>2008-11-13 01:39:10 +0000
commitb686dc491107b893ec0e02a41ffdba3180a4796a (patch)
treea8db9791df277c0fe75991b276d84867fc4cfcd4 /src
parent78936b2f2aedc6c9ea090ba0b9d04270547096ed (diff)
changed to latest libidn version.
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.m322
-rw-r--r--src/Makefile.netware2
2 files changed, 2 insertions, 2 deletions
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