summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoachim Schipper <joachim.schipper@fox-it.com>2012-11-26 15:32:21 +0100
committerDavid Sommerseth <davids@redhat.com>2012-11-29 21:47:57 +0100
commit9e6b85797214187f7fb2c4255f2678f2ba74168a (patch)
treee00f70fe9aedd0844930d2dbbffd7915acc3d17a
parent376e1432b3ce0c5fc715cfc0f9a9ea7b733b4cc0 (diff)
downloadopenvpn-9e6b85797214187f7fb2c4255f2678f2ba74168a.tar.gz
openvpn-9e6b85797214187f7fb2c4255f2678f2ba74168a.tar.xz
openvpn-9e6b85797214187f7fb2c4255f2678f2ba74168a.zip
Fix typo in ./configure message
Signed-off-by: Joachim Schipper <joachim.schipper@fox-it.com> Acked-by: Gert Doering <gert@greenie.muc.de> Message-Id: 1CED409804E2164C8104F9E623B08B901323D0B186@FOXDFT02.FOX.local URL: http://article.gmane.org/gmane.network.openvpn.devel/7142 Signed-off-by: David Sommerseth <davids@redhat.com> (cherry picked from commit 038f0aca3077807f3fc60077e2aacffef5ba2f45)
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d3d974d..2f780b7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -934,7 +934,7 @@ if test "${enable_ssl}" = "yes"; then
fi
if test "${enable_crypto}" = "yes"; then
- test "${have_crypto_crypto}" != "yes" && AC_MSG_ERROR([${with_crypto_library} crytpo is required but missing])
+ test "${have_crypto_crypto}" != "yes" && AC_MSG_ERROR([${with_crypto_library} crypto is required but missing])
OPTIONAL_CRYPTO_CFLAGS="${OPTIONAL_CRYPTO_CFLAGS} ${CRYPTO_CRYPTO_CFLAGS}"
OPTIONAL_CRYPTO_LIBS="${OPTIONAL_CRYPTO_LIBS} ${CRYPTO_CRYPTO_LIBS}"
AC_DEFINE([ENABLE_CRYPTO], [1], [Enable crypto library])