1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-09-22 15:11:41 +02:00

* configure.ac: Check for ln -s and add GPGKEYS_LDAP conditional, both for

making gpgkeys_ldaps symlink to gpgkeys_ldap.
This commit is contained in:
David Shaw 2004-02-19 20:10:38 +00:00
parent 21301028c4
commit 06d21d80f6
2 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2004-02-19 David Shaw <dshaw@jabberwocky.com> 2004-02-19 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Check for ln -s and add GPGKEYS_LDAP conditional,
both for making gpgkeys_ldaps symlink to gpgkeys_ldap.
* configure.ac: Simplify the LDAP checking code since OpenLDAP is * configure.ac: Simplify the LDAP checking code since OpenLDAP is
far more mature these days and dependencies are cleaner. Add far more mature these days and dependencies are cleaner. Add
checks for ldap_set_option and ldap_start_tls_s. checks for ldap_set_option and ldap_start_tls_s.

View File

@ -376,6 +376,7 @@ AC_PATH_PROG(PERL,"perl")
AC_ISC_POSIX AC_ISC_POSIX
AC_SYS_LARGEFILE AC_SYS_LARGEFILE
AC_PROG_INSTALL AC_PROG_INSTALL
AC_PROG_LN_S
AC_PROG_AWK AC_PROG_AWK
AC_CHECK_PROG(DOCBOOK_TO_MAN, docbook-to-man, yes, no) AC_CHECK_PROG(DOCBOOK_TO_MAN, docbook-to-man, yes, no)
AM_CONDITIONAL(HAVE_DOCBOOK_TO_MAN, test "$ac_cv_prog_DOCBOOK_TO_MAN" = yes) AM_CONDITIONAL(HAVE_DOCBOOK_TO_MAN, test "$ac_cv_prog_DOCBOOK_TO_MAN" = yes)
@ -565,6 +566,7 @@ fi
AC_SUBST(GPGKEYS_LDAP) AC_SUBST(GPGKEYS_LDAP)
AC_SUBST(LDAPLIBS) AC_SUBST(LDAPLIBS)
AM_CONDITIONAL(GPGKEYS_LDAP, test "$GPGKEYS_LDAP" != "")
dnl This isn't necessarily sendmail itself, but anything that gives a dnl This isn't necessarily sendmail itself, but anything that gives a
dnl sendmail-ish interface to the outside world. That includes qmail, dnl sendmail-ish interface to the outside world. That includes qmail,