12 lines
352 B
Diff
12 lines
352 B
Diff
--- configure.ac 2013-03-25 12:02:04.000000000 +0100
|
|
+++ configure.ac 2016-08-31 01:03:33.238915208 +0200
|
|
@@ -43,7 +43,7 @@
|
|
DO_CHECK=$enableval, DO_CHECK=yes)
|
|
|
|
if test "$DO_CHECK" = "yes"; then
|
|
- accepted_versions="1.2 1.4 2.0"
|
|
+ accepted_versions="1.2 1.4 2.0 2.1"
|
|
AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
|
|
ok="no"
|
|
if test "$GNUPG" != "no"; then
|