]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Specify minimum libgcrypt version.
authorSimon Josefsson <simon@josefsson.org>
Sun, 2 Jan 2011 09:34:51 +0000 (10:34 +0100)
committerSimon Josefsson <simon@josefsson.org>
Sun, 2 Jan 2011 09:34:51 +0000 (10:34 +0100)
lib/m4/hooks.m4

index d52000b38f7144a572436389628f5f344c25ec3a..f7d84f0f611215a6cc1cd5a898b87bbcd5c364ad 100644 (file)
@@ -1,5 +1,5 @@
 # Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
-# 2009, 2010 Free Software Foundation, Inc.
+# 2009, 2010, 2011 Free Software Foundation, Inc.
 #
 # Author: Nikos Mavrogiannopoulos, Simon Josefsson
 #
@@ -52,7 +52,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
       if test "$ac_cv_libgcrypt" != yes; then
         AC_MSG_ERROR([[
 ***  
-*** libgcrypt was not found. You may want to get it from
+*** Libgcrypt v1.4.0 or later was not found. You may want to get it from
 *** ftp://ftp.gnupg.org/gcrypt/libgcrypt/
 ***
     ]])