summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorStef Walter <stefw@gnome.org>2013-01-30 15:30:52 +0100
committerStef Walter <stefw@gnome.org>2013-02-05 15:00:24 +0100
commit722efb88cf12261d705e2a6dfb4aceab9ff7b76f (patch)
treea58e8a82441fe33cfbb1f408b2c662d73c1f6c48 /configure.ac
parent9a21e6ddf9eb7bb0f13f01cddba9dedd7a6e43b3 (diff)
Implement basic extract support
* The only formats supported are x509-file and x509-directory Allow tool to build without extract
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a6bb696..e7e490a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -135,6 +135,7 @@ if test "$with_libtasn1" != "no"; then
AC_SUBST(LIBTASN1_CFLAGS)
AC_SUBST(LIBTASN1_LIBS)
with_libtasn1="yes"
+ AC_DEFINE_UNQUOTED(WITH_ASN1, 1, [Build with libtasn1 and certificate support])
fi
AM_CONDITIONAL(WITH_ASN1, test "$with_libtasn1" = "yes")