summaryrefslogtreecommitdiff
path: root/lib/gnutls_global.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-08 16:51:27 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-08 16:51:27 +0200
commitce23654ab3b8097241c1639ebe3e853c4f67b6d7 (patch)
treee79a4f6afee1d108a722316a5a3f313b37a1a40e /lib/gnutls_global.c
parentdd1db30fed37f343337409e4afa49510c14c8d11 (diff)
downloadgnutls-ce23654ab3b8097241c1639ebe3e853c4f67b6d7.tar.gz
Detect libtasn1 via AC_LIB_HAVE_LINKFLAGS.
Diffstat (limited to 'lib/gnutls_global.c')
-rw-r--r--lib/gnutls_global.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c
index 4eda112735..b9184c9c27 100644
--- a/lib/gnutls_global.c
+++ b/lib/gnutls_global.c
@@ -266,7 +266,7 @@ gnutls_global_init (void)
* version.
*/
- if (asn1_check_version (GNUTLS_LIBTASN1_VERSION) == NULL)
+ if (asn1_check_version (LIBTASN1_VERSION) == NULL)
{
gnutls_assert ();
return GNUTLS_E_INCOMPATIBLE_LIBTASN1_LIBRARY;