9c954dc517
- Mention some of the changes in Greg's version update * GPG now accepts a space separated fingerprint as a user ID. This allows to copy and paste the fingerprint from the key listing. * GPG now uses the longest key ID available. Removed support for the original HKP keyserver which is not anymore used by any site. * Rebuild the trustdb after changing the option --min-cert-level. * Ukrainian translation. * Honor option --cert-digest-algo when creating a cert. * Emit a DECRYPTION_INFO status line. * Improved detection of JPEG files. (forwarded request 114352 from vitezslav_cizek) OBS-URL: https://build.opensuse.org/request/show/114364 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gpg2?expand=0&rev=62
19 lines
568 B
Diff
19 lines
568 B
Diff
diff --git a/m4/libcurl.m4 b/m4/libcurl.m4
|
|
index 7d1dbd3..92cf801 100644
|
|
--- a/m4/libcurl.m4
|
|
+++ b/m4/libcurl.m4
|
|
@@ -68,13 +68,7 @@ AC_DEFUN([LIBCURL_CHECK_CONFIG],
|
|
|
|
_libcurl_try_link=yes
|
|
|
|
- if test -d "$_libcurl_with" ; then
|
|
- LIBCURL_CPPFLAGS="-I$withval/include"
|
|
- _libcurl_ldflags="-L$withval/lib"
|
|
- AC_PATH_PROG([_libcurl_config],["$withval/bin/curl-config"])
|
|
- else
|
|
AC_PATH_PROG([_libcurl_config],[curl-config])
|
|
- fi
|
|
|
|
if test x$_libcurl_config != "x" ; then
|
|
AC_CACHE_CHECK([for the version of libcurl],
|