1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-05 23:07:49 +02:00

* libcurl.m4: Fix mistaken AC_SUBST when curl is not found.

This commit is contained in:
David Shaw 2006-05-10 02:09:27 +00:00
parent 76d69cd56a
commit eda3d78130
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2006-05-09 David Shaw <dshaw@jabberwocky.com>
* libcurl.m4: Fix mistaken AC_SUBST when curl is not found.
2006-01-17 David Shaw <dshaw@jabberwocky.com>
* libcurl.m4: Add IDN, SSPI, NTLM, and TFTP defines.

View File

@ -1,7 +1,7 @@
# LIBCURL_CHECK_CONFIG ([DEFAULT-ACTION], [MINIMUM-VERSION],
# [ACTION-IF-YES], [ACTION-IF-NO])
# ----------------------------------------------------------
# David Shaw <dshaw@jabberwocky.com> Jan-17-2006
# David Shaw <dshaw@jabberwocky.com> May-09-2006
#
# Checks for libcurl. DEFAULT-ACTION is the string yes or no to
# specify whether to default to --with-libcurl or --without-libcurl.
@ -210,6 +210,9 @@ x=CURLOPT_VERBOSE;
AC_DEFINE_UNQUOTED(AS_TR_CPP(libcurl_protocol_$_libcurl_protocol),[1])
eval AS_TR_SH(libcurl_protocol_$_libcurl_protocol)=yes
done
else
unset LIBCURL
unset LIBCURL_CPPFLAGS
fi
fi