[Pkg-wmaker-commits] [wmbiff] 62/77: hack attempt at supporting gnutls built locally
Doug Torrance
dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:01:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
dtorrance-guest pushed a commit to tag wmbiff_0_4_0
in repository wmbiff.
commit 5eb85804f7db9743d94f8fc5f18712501f08cc71
Author: bluehal <bluehal>
Date: Thu Apr 25 18:33:37 2002 +0000
hack attempt at supporting gnutls built locally
---
configure.in | 2 ++
1 file changed, 2 insertions(+)
diff --git a/configure.in b/configure.in
index 72e363f..6b09a49 100644
--- a/configure.in
+++ b/configure.in
@@ -39,6 +39,7 @@ GNUTLS_MAN_STATUS="This copy of WMBiff was not compiled with GNUTLS."
if test "$gnutls" = "ok"; then
AM_PATH_LIBGNUTLS(0.3.3, [LIBS="$LIBS $LIBGNUTLS_LIBS"
CFLAGS="$CFLAGS $LIBGNUTLS_CFLAGS"
+ CPPFLAGS="$CPPFLAGS $LIBGNUTLS_CFLAGS"
GNUTLS_MAN_STATUS="This copy of WMBiff was compiled with GNUTLS." ])
AC_CHECK_HEADERS(gnutls.h)
else
@@ -47,6 +48,7 @@ fi
GCRYPT_MAN_STATUS="This copy of WMBiff was not compiled with gcrypt."
AM_PATH_LIBGCRYPT(1.1.5, [LIBS="$LIBS $LIBGCRYPT_LIBS"
CFLAGS="$CFLAGS $LIBGCRYPT_CFLAGS"
+ CPPFLAGS="$CPPFLAGS $LIBGCRYPT_CFLAGS"
GCRYPT_MAN_STATUS="This copy of WMBiff was compiled with gcrypt."])
AC_CHECK_HEADERS(gcrypt.h)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git
More information about the Pkg-wmaker-commits
mailing list