[git] GnuPG - branch, master, updated. post-nuke-of-trailing-ws-93-g57ef0d6

by Werner Koch cvs at cvs.gnupg.org
Mon Sep 12 16:20:33 CEST 2011


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 "The GNU Privacy Guard".

The branch, master has been updated
       via  57ef0d608717cc6160c4260f31439dadcd14b1c3 (commit)
      from  fb1cdd7b0ebece16ffe60a30e4d01c5dbb1ca92b (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 57ef0d608717cc6160c4260f31439dadcd14b1c3
Author: Werner Koch <wk at gnupg.org>
Date:   Mon Sep 12 15:36:27 2011 +0200

    Fixed regression in libcurl.m4
    
    Fixed lost hash sign introduced by previous change (2011-04-08).
    Reported by John Marshall.

diff --git a/m4/ChangeLog b/m4/ChangeLog
index 56c20df..b13bd4f 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-12  Werner Koch  <wk at g10code.com>
+
+	* libcurl.m4: Fix lost hash sign introduced by previous change.
+	Reported by John Marshall.
+
 2011-08-10  Werner Koch  <wk at g10code.com>
 
 	* readline.m4, libcurl.m4: Fix use of AC_LANG_PROGRAM.
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
index a0d258d..7d1dbd3 100644
--- a/m4/libcurl.m4
+++ b/m4/libcurl.m4
@@ -141,7 +141,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
            _libcurl_save_libs=$LIBS
            LIBS="$LIBCURL $LIBS"
 
-           AC_LINK_IFELSE([AC_LANG_PROGRAM([[include <curl/curl.h>]],[[
+           AC_LINK_IFELSE([AC_LANG_PROGRAM([[#include <curl/curl.h>]],[[
 /* Try and use a few common options to force a failure if we are
    missing symbols or cannot link. */
 int x;

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

Summary of changes:
 m4/ChangeLog  |    5 +++++
 m4/libcurl.m4 |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list