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-3-23-gfbf49d2


From: Simon Josefsson
Subject: [SCM] GNU gsasl branch, master, updated. gsasl-1-3-23-gfbf49d2
Date: Tue, 03 Nov 2009 07:29:25 +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=fbf49d26164bfe0b6db9adaae3ebb1cb1a2a2a9f

The branch, master has been updated
       via  fbf49d26164bfe0b6db9adaae3ebb1cb1a2a2a9f (commit)
       via  efdb9d7f4a2d9c438c39dbe5c5e8ccfb21ecebcf (commit)
      from  5c75c798645e9a34605ae2e24fae1918ef0a743f (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 fbf49d26164bfe0b6db9adaae3ebb1cb1a2a2a9f
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 3 08:25:52 2009 +0100

    Fix libgcrypt detection.

commit efdb9d7f4a2d9c438c39dbe5c5e8ccfb21ecebcf
Author: Simon Josefsson <address@hidden>
Date:   Tue Nov 3 08:21:44 2009 +0100

    Enable libgcrypt by default when available.

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

Summary of changes:
 lib/gl/m4/gc.m4               |    2 +-
 lib/gl/override/m4/gc.m4.diff |   11 +++++++++++
 2 files changed, 12 insertions(+), 1 deletions(-)
 create mode 100644 lib/gl/override/m4/gc.m4.diff

diff --git a/lib/gl/m4/gc.m4 b/lib/gl/m4/gc.m4
index 0219937..29f23a4 100644
--- a/lib/gl/m4/gc.m4
+++ b/lib/gl/m4/gc.m4
@@ -8,7 +8,7 @@ AC_DEFUN([gl_GC],
 [
   AC_ARG_WITH([libgcrypt],
     AS_HELP_STRING([--with-libgcrypt], [use libgcrypt for low-level crypto]),
-    libgcrypt=$withval, libgcrypt=no)
+    libgcrypt=$withval, libgcrypt=yes)
   if test "$libgcrypt" != no; then
     AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include <gcrypt.h>])
   fi
diff --git a/lib/gl/override/m4/gc.m4.diff b/lib/gl/override/m4/gc.m4.diff
new file mode 100644
index 0000000..3d9e80e
--- /dev/null
+++ b/lib/gl/override/m4/gc.m4.diff
@@ -0,0 +1,11 @@
+--- gl/m4/gc.m4.orig   2009-11-03 08:24:39.000000000 +0100
++++ gl/m4/gc.m4        2009-11-03 08:24:45.000000000 +0100
+@@ -8,7 +8,7 @@
+ [
+   AC_ARG_WITH([libgcrypt],
+     AS_HELP_STRING([--with-libgcrypt], [use libgcrypt for low-level crypto]),
+-    libgcrypt=$withval, libgcrypt=no)
++    libgcrypt=$withval, libgcrypt=yes)
+   if test "$libgcrypt" != no; then
+     AC_LIB_HAVE_LINKFLAGS([gcrypt], [], [#include <gcrypt.h>])
+   fi


hooks/post-receive
-- 
GNU gsasl




reply via email to

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