From e91acdf32910381cbd4fd8908c0625a187488bae Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 7 May 2008 15:39:13 +0200 Subject: libgnutls: Compile if SRP is disabled. Report and tiny patches from , see . --- guile/tests/Makefile.am | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'guile/tests') diff --git a/guile/tests/Makefile.am b/guile/tests/Makefile.am index b0109217f4..d3fd435ebe 100644 --- a/guile/tests/Makefile.am +++ b/guile/tests/Makefile.am @@ -1,5 +1,5 @@ # GNUTLS -- Guile bindings for GnuTLS. -# Copyright (C) 2007 Free Software Foundation +# Copyright (C) 2007, 2008 Free Software Foundation # # GNUTLS is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -18,9 +18,13 @@ TESTS = anonymous-auth.scm session-record-port.scm \ pkcs-import-export.scm \ openpgp-keys.scm openpgp-keyring.scm openpgp-auth.scm \ - srp-base64.scm errors.scm \ + errors.scm \ x509-certificates.scm x509-auth.scm +if ENABLE_SRP +TESTS += srp-base64.scm +endif + TESTS_ENVIRONMENT = $(top_builddir)/guile/pre-inst-guile -L $(srcdir) -- cgit v1.2.1