summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-01-26 16:13:15 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-01-26 16:13:15 +0000
commit410d440b6a9b5d8b133a834a5e6d6b3ad4d6dfd4 (patch)
treea40d2436740b508c8286215e8f556e65a9771e72 /acinclude.m4
parent54cb6673dc39186539455468a925fdbac222c171 (diff)
downloadgnutls-410d440b6a9b5d8b133a834a5e6d6b3ad4d6dfd4.tar.gz
*** empty log message ***
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m48
1 files changed, 4 insertions, 4 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index 29ae2be0d1..290fb151e2 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -160,9 +160,7 @@ main ()
rm -f conf.libgcrypttest
])
-dnl *-*wedit:notab*-* Please keep this as the last line.
-
-dnl ************ Autoconf macros for libmcrypt (2.4.15) **************
+dnl Autoconf macros for libmcrypt
dnl $id$
# This script detects libmcrypt version and defines
@@ -232,7 +230,7 @@ main ()
TTINCLUDE="-I${libmcrypt_config_prefix}/include"
fi
LIBMCRYPT_CFLAGS="${TTINCLUDE}"
- LIBMCRYPT_LIBS="${TTLIBS} -lmcrypt -lltdl"
+ LIBMCRYPT_LIBS="${TTLIBS} -lmcrypt -lltdl ${LIBADD_DL}"
AC_DEFINE(LIBMCRYPT24))
else
dnl libmcrypt-config was found
@@ -404,8 +402,10 @@ return !!mcrypt_check_version(NULL);
LIBMCRYPT_LIBS=""
ifelse([$3], , :, [$3])
fi
+ rm -f conf.libmcrypttest
AC_SUBST(LIBMCRYPT_CFLAGS)
AC_SUBST(LIBMCRYPT_LIBS)
])
+
dnl *-*wedit:notab*-* Please keep this as the last line.