summaryrefslogtreecommitdiff
path: root/src/configure
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-11 14:43:24 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-11 14:43:24 +0000
commit5d5a9f423edda01d0a6fe5d73abb66e94094216d (patch)
tree5f94d781b61244cd3600dfd0ea64a7924f6593eb /src/configure
parentupdated README and ChangeLog (diff)
Release 0.2rel-0.2v0.2
updated ChangeLog for Release
Diffstat (limited to 'src/configure')
-rwxr-xr-xsrc/configure4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure b/src/configure
index 78cf78b..d105f87 100755
--- a/src/configure
+++ b/src/configure
@@ -47,7 +47,7 @@ print_usage() {
echo "configure --help print this"
echo " --use-ssl-crypto use ssl crypto library instead of libgcrypt"
echo " --disable-crypto disable crypto at all (only NULL cipher)"
- echo " --enable-anytun02-compat enable compatiblity mode for anytun 0.2"
+ echo " --enable-anytun02-compat enable compatiblity mode for anytun 0.2.x and prior"
echo " --disable-passphrase disable master key and salt passphrase"
echo " --disable-v4-mapped disable V4-Mapped addresses (until now this means"
echo " to disable IPv6 as outer protocol)"
@@ -127,7 +127,7 @@ esac
if [ $ANYTUN_02_COMPAT -eq 1 ]; then
CFLAGS=$CFLAGS' -DANYTUN_02_COMPAT'
- echo "enabling anytun 0.2 crypto compatiblity mode"
+ echo "enabling anytun 0.2.x crypto compatiblity mode"
fi
if [ $PASSPHRASE -eq 0 ]; then