mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Fixed regression in libcurl.m4
Fixed lost hash sign introduced by previous change (2011-04-08). Reported by John Marshall.
This commit is contained in:
parent
fb1cdd7b0e
commit
57ef0d6087
@ -1,3 +1,8 @@
|
|||||||
|
2011-09-12 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* libcurl.m4: Fix lost hash sign introduced by previous change.
|
||||||
|
Reported by John Marshall.
|
||||||
|
|
||||||
2011-08-10 Werner Koch <wk@g10code.com>
|
2011-08-10 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* readline.m4, libcurl.m4: Fix use of AC_LANG_PROGRAM.
|
* readline.m4, libcurl.m4: Fix use of AC_LANG_PROGRAM.
|
||||||
|
@ -141,7 +141,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
|
|||||||
_libcurl_save_libs=$LIBS
|
_libcurl_save_libs=$LIBS
|
||||||
LIBS="$LIBCURL $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
|
/* Try and use a few common options to force a failure if we are
|
||||||
missing symbols or cannot link. */
|
missing symbols or cannot link. */
|
||||||
int x;
|
int x;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user