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=16a20861f5f11896ffaeaa39a2976482df32aca3 The branch, master has been updated via 16a20861f5f11896ffaeaa39a2976482df32aca3 (commit) from 230cdb094948f3715f35397ccb78778c0eff44b1 (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 16a20861f5f11896ffaeaa39a2976482df32aca3 Author: Simon Josefsson <[email protected]> Date: Wed Feb 23 10:36:36 2011 +0100 Fix typo. Reported by ÐилÑн ÐалаÑзов <[email protected]>. ----------------------------------------------------------------------- Summary of changes: doc/gsasl.texi | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/doc/gsasl.texi b/doc/gsasl.texi index b7d1496..bbff5ff 100644 --- a/doc/gsasl.texi +++ b/doc/gsasl.texi @@ -1001,7 +1001,7 @@ Libgsasl. The following example illustrates this scenario. AC_ARG_ENABLE(gsasl, AC_HELP_STRING([--disable-gsasl], [don't use GNU SASL]), gsasl=$enableval) -if test "$gsal" != "no" ; then +if test "$gsasl" != "no" ; then PKG_CHECK_MODULES(GSASL, libgsasl >= @value{VERSION}, [gsasl=yes], [gsasl=no]) hooks/post-receive -- GNU gsasl _______________________________________________ Gsasl-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gsasl-commit
