gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gsasl branch, master, updated. gsasl-1-6-0-3-g16a2086


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-6-0-3-g16a2086
Date: Wed, 23 Feb 2011 09:36:40 +0000

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 <address@hidden>
Date:   Wed Feb 23 10:36:36 2011 +0100

    Fix typo.
    
    Reported by Дилян Палаузов <address@hidden>.

-----------------------------------------------------------------------

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]