This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU gsasl".
http://git.savannah.gnu.org/cgit/gsasl.git/commit/?id=654123b448fb96670f732774aa1411876a4d56d1 The branch, master has been updated via 654123b448fb96670f732774aa1411876a4d56d1 (commit) from 3d8f799094342713a5ca2a8d0401a5eb856b53d6 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 654123b448fb96670f732774aa1411876a4d56d1 Author: Simon Josefsson <[email protected]> Date: Tue Mar 30 14:59:26 2010 +0200 Only run GSSAPI/GS2 self-tests when using GNU GSS. ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 ++ tests/Makefile.am | 5 ++++- 2 files changed, 6 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 0176525..006feae 100644 --- a/configure.ac +++ b/configure.ac @@ -127,6 +127,8 @@ export WARN_CFLAGS AC_CONFIG_SUBDIRS([lib]) +AM_CONDITIONAL(GNUGSS, grep 'HAVE_LIBGSS 1' lib/config.h > /dev/null) + AC_CONFIG_FILES([ Makefile doc/Makefile diff --git a/tests/Makefile.am b/tests/Makefile.am index f5915a4..a15558a 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -41,8 +41,11 @@ TESTS_ENVIRONMENT = \ $(VALGRIND) ctests = external cram-md5 digest-md5 md5file name errors suggest \ - simple crypto scram symbols gssapi gs2-krb5 readnz + simple crypto scram symbols readnz +if GNUGSS +ctests += gssapi gs2-krb5 +endif if OBSOLETE ctests += old-simple old-md5file old-cram-md5 old-digest-md5 \ old-base64 hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
