diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 3f536e472..03d8809b9 100644 --- a/configure.ac +++ b/configure.ac @@ -716,6 +716,20 @@ fi AC_SUBST(GPGKEYS_LDAP) AC_SUBST(LDAPLIBS) + +# Check for curl. We fake the curl API if libcurl isn't installed. + +# fixme: need to add this +#LIBCURL_CHECK_CONFIG([yes],,,[fake_curl=yes]) +#AM_CONDITIONAL(FAKE_CURL,test x"$fake_curl" = xyes) +AM_CONDITIONAL(FAKE_CURL,1) + +# Generic, for us, means curl + +if test x"$try_generic" = xyes ; then + AC_SUBST(GPGKEYS_CURL,"gpgkeys_curl$EXEEXT") +fi + dnl This isn't necessarily sendmail itself, but anything that gives a dnl sendmail-ish interface to the outside world. That includes qmail, dnl postfix, etc. Basically, anything that can handle "sendmail -t". @@ -1231,6 +1245,7 @@ jnlib/Makefile common/Makefile kbx/Makefile g10/Makefile +keyserver/Makefile sm/Makefile agent/Makefile scd/Makefile |