summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2013-06-19 10:11:00 +0100
committerWill Thompson <will.thompson@collabora.co.uk>2013-06-19 10:11:00 +0100
commit7e2175d9b283a2cea1d65949b67652de00ef8a2b (patch)
treefe507962050d7302af3e836c9ee8de789021e8d2
parentd8fcf78cf9bbad0b822b3368479cea532f11dc83 (diff)
configure.ac: fix "stream-cihpers" typo
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d97dff7..ef3fd7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -173,7 +173,7 @@ if test x$prefer_stream_ciphers = xyes; then
# We do this check here and not earlier to avoid accidentally falling
# back to openssl because of the use of --enable-prefer-stream-ciphers.
PKG_CHECK_MODULES(GNUTLS_FOR_STREAM_CIPHERS, [gnutls >= 2.12.0],[],
- AC_MSG_ERROR([gnutls 2.12.0 is needed to use --enable-prefer-stream-cihpers]))
+ AC_MSG_ERROR([gnutls 2.12.0 is needed to use --enable-prefer-stream-ciphers]))
fi
fi