Bläddra i källkod

configure.ac: fixed typo in report text

Evgeny Grin (Karlson2k) 9 år sedan
förälder
incheckning
6c67437c62
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      configure.ac

+ 2 - 2
configure.ac

@@ -1261,9 +1261,9 @@ AC_SUBST([GNUTLS_LIBS])
               MHD_LIBDEPS_PKGCFG="$GNUTLS_LIBS $LIBGCRYPT_LIBS $MHD_LIBDEPS_PKGCFG"
               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"],
                 [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.]])])
           AS_IF([[test "x$enable_https" = "xyes" ]], [AC_MSG_ERROR([[HTTPS support cannot be enabled without $crypt_missing.]])])
           enable_https=no
           enable_https=no
           MSG_HTTPS="no (lacking $crypt_missing)"
           MSG_HTTPS="no (lacking $crypt_missing)"