diff options
author | Stef Walter <stefw@gnome.org> | 2013-02-05 16:55:23 +0100 |
---|---|---|
committer | Stef Walter <stefw@gnome.org> | 2013-02-05 16:55:23 +0100 |
commit | 0c6517104d1306228c31e596b0df6a4fb5af4dd1 (patch) | |
tree | 537f7d8ed0f4f78eaed5f5b306981c4952a6302c | |
parent | e7fe6fd2cdde5e15a14abca39303c5049174f4f9 (diff) |
Our minimum version of libtasn1 is 2.14
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index fc593cb..67bf5de 100644 --- a/configure.ac +++ b/configure.ac @@ -131,7 +131,7 @@ AC_ARG_WITH([libtasn1], ) if test "$with_libtasn1" != "no"; then - PKG_CHECK_MODULES(LIBTASN1, libtasn1) + PKG_CHECK_MODULES(LIBTASN1, libtasn1 >= 2.14) AC_SUBST(LIBTASN1_CFLAGS) AC_SUBST(LIBTASN1_LIBS) with_libtasn1="yes" |