myserver-commit
[Top][All Lists]
Advanced

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

[myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1-1-gc


From: Giuseppe Scrivano
Subject: [myserver-commit] [SCM] GNU MyServer branch, master, updated. 0_9_1-1-gc615d09
Date: Sun, 22 Nov 2009 00:20:01 +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 MyServer".

The branch, master has been updated
       via  c615d09d073168cce8f00997e8681ae8b41c9e37 (commit)
      from  32f225fe222aa1468220c05c680a5b4cc570c679 (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 c615d09d073168cce8f00997e8681ae8b41c9e37
Author: Giuseppe Scrivano <address@hidden>
Date:   Sun Nov 22 01:19:12 2009 +0100

    Do not define GCRY_CONTROL when the gcrypt library is present.

diff --git a/myserver/configure.ac b/myserver/configure.ac
index f060fe1..8cb05ca 100644
--- a/myserver/configure.ac
+++ b/myserver/configure.ac
@@ -91,8 +91,7 @@ gl_INIT
 AC_CHECK_FUNCS(regcomp setgroups localtime_r posix_fallocate \
                           openat fstatat getpwnam ffsl readdir_r)
 
-AC_CHECK_LIB(gcrypt, gcry_control, AC_DEFINE(GCRY_CONTROL, 1,
-                    [Define if the gcry_control function is present]))
+AC_CHECK_LIB(gcrypt, gcry_control)
 
 case "${host}" in
     *-*-mingw32*)

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

Summary of changes:
 myserver/configure.ac |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU MyServer




reply via email to

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