From 0d8d9d779190b95b8fbbb2669aa4f65e917e466d Mon Sep 17 00:00:00 2001 From: John Lyman Date: Fri, 26 Apr 2013 15:06:27 +0200 Subject: typo fix --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 87b65e89..81efe365 100644 --- a/configure.ac +++ b/configure.ac @@ -798,7 +798,7 @@ if test "x$enable_libgcrypt" = "xyes"; then [LIBGCRYPT_CFLAGS="`libgcrypt-config --cflags`" LIBGCRYPT_LIBS="`libgcrypt-config --libs`" ], - [AC_MSG_FAILURE([libgrypt is missing])], + [AC_MSG_FAILURE([libgcrypt is missing])], [`libgcrypt-config --libs --cflags`] ) AC_DEFINE([ENABLE_LIBGCRYPT], [1], [Indicator that LIBGCRYPT is present]) -- cgit v1.2.3