12345678910111213141516 |
- commit 183d7619c29482a5d4ae8019692899f87f198171
- commit b05e301d1b264a5d8f07cb96e5edc243d99bff79
- diff -up libcryptui-3.12.2/configure.ac.gpg2 libcryptui-3.12.2/configure.ac
- --- libcryptui-3.12.2/configure.ac.gpg2 2018-01-29 13:04:53.324022912 -0600
- +++ configure.ac 2018-01-29 13:05:14.293824226 -0600
- @@ -95,7 +95,7 @@ AC_ARG_ENABLE(gpg-check,
- 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 2.2"
- AC_PATH_PROGS(GNUPG, [gpg gpg2], no)
- AC_DEFINE_UNQUOTED(GNUPG, "$GNUPG", [Path to gpg executable.])
- ok="no"
|