From 5c80c8f0ac7269c2e62edaae5b8cd294fd5e2416 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 13 Sep 2003 12:10:57 +0000 Subject: [PATCH] Fix standalone libtasn1. --- configure.ac | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 7cefbbb6..d7ce8fe2 100644 --- a/configure.ac +++ b/configure.ac @@ -241,6 +241,7 @@ int main () LIBS=$save_LIBS if test "$ac_cv_libtasn1" = "yes"; then system_asn1=yes + LIBTASN1_LIBS="-ltasn1" else system_asn1=no AC_MSG_WARN([Libtasn1 >= 0.2.5 not found. Using included one.]) @@ -249,9 +250,9 @@ fi AC_MSG_CHECKING([whether to use the system's libtasn1]) AC_MSG_RESULT($system_asn1) if test "$system_asn1" = "no"; then - ASN1=asn1 - LIBTASN1_LIBS="\$(top_builddir)/asn1/libminitasn1.la" - LIBTASN1_CFLAGS="-I\$(top_srcdir)/asn1" + ASN1=asn1 + LIBTASN1_LIBS="\$(top_builddir)/asn1/libminitasn1.la" + LIBTASN1_CFLAGS="-I\$(top_srcdir)/asn1" fi AC_SUBST(ASN1) AC_SUBST(LIBTASN1_LIBS) -- 2.11.4.GIT