aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2011-09-12 13:33:37 +0000
committerWerner Koch <[email protected]>2011-09-12 13:33:37 +0000
commit0137097fbba540b18111d4c1ae1b73f6f01f07e6 (patch)
treecff559b28b7e349c2f83822afe033e38e5ffdc9c
parentEdited the announce template (diff)
downloadgnupg-0137097fbba540b18111d4c1ae1b73f6f01f07e6.tar.gz
gnupg-0137097fbba540b18111d4c1ae1b73f6f01f07e6.zip
Fixed regression in libcurl.m4
Fixed lost hash sign introduced by previous change (2011-04-08). Reported by John Marshall.
-rw-r--r--m4/ChangeLog5
-rw-r--r--m4/libcurl.m42
2 files changed, 6 insertions, 1 deletions
diff --git a/m4/ChangeLog b/m4/ChangeLog
index e60a4ad4c..5743e604a 100644
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,8 @@
+2011-09-12 Werner Koch <[email protected]>
+
+ * libcurl.m4: Fix lost hash sign introduced by previous change.
+ Reported by John Marshall.
+
2011-08-04 Werner Koch <[email protected]>
* readline.m4, libcurl.m4: Fix use of AC_LANG_PROGRAM.
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
index a0d258dae..7d1dbd302 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;