diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-17 19:49:06 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-01-17 19:49:06 +0100 |
commit | 774543f65d55774871e5b0c800a36499f9a7c13a (patch) | |
tree | 0ea2b19141929c560cd24ce452eb36eaa43de41a /m4 | |
parent | c65833784807abda0fd80167315b8d62615f79a6 (diff) | |
download | gnutls-774543f65d55774871e5b0c800a36499f9a7c13a.tar.gz |
Added options to specify a DLV file. Suggested by Paul Wouters.
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 7b37c6ea15..439786c7e3 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -47,9 +47,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], AC_SUBST(LT_SSL_REVISION, 2) AC_SUBST(LT_SSL_AGE, 0) - AC_SUBST(LT_DANE_CURRENT, 1) + AC_SUBST(LT_DANE_CURRENT, 2) AC_SUBST(LT_DANE_REVISION, 0) - AC_SUBST(LT_DANE_AGE, 1) + AC_SUBST(LT_DANE_AGE, 2) AC_SUBST(CXX_LT_CURRENT, 29) AC_SUBST(CXX_LT_REVISION, 0) |