aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-08-28 09:59:53 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-08-28 09:59:53 +0000
commitbf422b1664f286c1bfea5ffb393568ac7f089c03 (patch)
tree1a33c3c0fd066e303284d87654ff6ed1ea743dde
parent69e56d9decf3ea9f85668d44934d85b1a39e70a4 (diff)
downloadstrongswan-bf422b1664f286c1bfea5ffb393568ac7f089c03.tar.bz2
strongswan-bf422b1664f286c1bfea5ffb393568ac7f089c03.tar.xz
fixed typo
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index f643478ce..5353a15e7 100644
--- a/configure.in
+++ b/configure.in
@@ -254,7 +254,7 @@ AM_CONDITIONAL(USE_INTEGRITY_TEST, test x$integrity_test = xtrue)
AC_ARG_ENABLE(
[self_test],
- AS_HELP_STRING([--disable-self-test],[disable the self-test of crypto library (default is NO).]),
+ AS_HELP_STRING([--disable-self-test],[disable the self-test of the crypto library (default is NO).]),
[if test x$enableval = xyes; then
self_test=true
else