summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorJeffrey C. Ollie <jeff@ocjtech.us>2007-08-25 22:31:07 -0500
committerJeffrey C. Ollie <jeff@ocjtech.us>2009-10-22 23:48:43 -0500
commite909440a2abcdf1ed58810a20a7fd6a8f187816f (patch)
treebb7cabeab4b4e14e1f92d0b9483a1d3a242cced9 /configure.ac
parenta5f5d88a10e90c0dac44c8e845d8ce295a233bbd (diff)
downloadiksemel-e909440a2abcdf1ed58810a20a7fd6a8f187816f.tar.gz
iksemel-e909440a2abcdf1ed58810a20a7fd6a8f187816f.tar.xz
iksemel-e909440a2abcdf1ed58810a20a7fd6a8f187816f.zip
Strip out internal SHA code and use functions from gcrypt.
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 952bbe6..b215f1c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -54,6 +54,7 @@ if test "x$have_gnutls" = "xyes"; then
AC_SUBST(LIBGNUTLS_LIBS)
AC_DEFINE(HAVE_GNUTLS, 1, [whether to use GnuTSL support.])
fi
+AM_PATH_LIBGCRYPT(,AC_DEFINE(HAVE_LIBGCRYPT,,"Use libgcrypt"))
dnl Check -Wall flag of GCC
if test "x$GCC" = "xyes"; then