diff options
author | Gunter Knauf <gk@gknw.de> | 2008-11-13 01:39:10 +0000 |
---|---|---|
committer | Gunter Knauf <gk@gknw.de> | 2008-11-13 01:39:10 +0000 |
commit | b686dc491107b893ec0e02a41ffdba3180a4796a (patch) | |
tree | a8db9791df277c0fe75991b276d84867fc4cfcd4 /lib/Makefile.netware | |
parent | 78936b2f2aedc6c9ea090ba0b9d04270547096ed (diff) |
changed to latest libidn version.
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 1 insertions, 1 deletions
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 |