libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 6c67437c6213e4760eb00a4df6f2563dea60cdad
parent 079b61496e6a977e4c804a01ab0e3d30d5ad98b8
Author: Evgeny Grin (Karlson2k) <k2k@narod.ru>
Date:   Tue, 14 Mar 2017 21:44:22 +0300

configure.ac: fixed typo in report text

Diffstat:
Mconfigure.ac | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac @@ -1261,9 +1261,9 @@ AC_SUBST([GNUTLS_LIBS]) MHD_LIBDEPS_PKGCFG="$GNUTLS_LIBS $LIBGCRYPT_LIBS $MHD_LIBDEPS_PKGCFG" ]) ], [ - AS_IF([test "x$have_gnutls" = "xyes"], [crypt_missing="libgrypt"], + AS_IF([test "x$have_gnutls" = "xyes"], [crypt_missing="libgcrypt"], [test "x$have_gcrypt" = "xyes"], [crypt_missing="libgnutls"], - [crypt_missing="libgrypt and libgnutls"]) + [crypt_missing="libgcrypt and libgnutls"]) AS_IF([[test "x$enable_https" = "xyes" ]], [AC_MSG_ERROR([[HTTPS support cannot be enabled without $crypt_missing.]])]) enable_https=no MSG_HTTPS="no (lacking $crypt_missing)"