]> git.ipfire.org Git - thirdparty/openvpn.git/commitdiff
Fix typo in ./configure message
authorJoachim Schipper <joachim.schipper@fox-it.com>
Mon, 26 Nov 2012 14:32:21 +0000 (15:32 +0100)
committerDavid Sommerseth <davids@redhat.com>
Thu, 29 Nov 2012 20:47:57 +0000 (21:47 +0100)
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)

configure.ac

index d3d974dcc7052b7caf9dc6734d6a2863a92f4a4d..2f780b7af2c2d8d1892cab26d5d5696c08bd449c 100644 (file)
@@ -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])