mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT.
This commit is contained in:
parent
38d3a8a302
commit
1a36831ed9
2 changed files with 7 additions and 3 deletions
|
@ -213,7 +213,7 @@ if test "$use_exec" = yes ; then
|
|||
AC_MSG_RESULT($try_hkp)
|
||||
|
||||
if test "$try_hkp" = yes ; then
|
||||
GPGKEYS_HKP="gpgkeys_hkp"
|
||||
GPGKEYS_HKP="gpgkeys_hkp$EXEEXT"
|
||||
AC_DEFINE(USE_EXTERNAL_HKP,1,[define to use the experimental external HKP keyserver interface])
|
||||
fi
|
||||
|
||||
|
@ -397,7 +397,7 @@ if test "$try_ldap" = yes ; then
|
|||
|
||||
if test "$gnupg_cv_func_ldap_init" = yes || \
|
||||
test "$gnupg_cv_func_ldaplber_init" = yes ; then
|
||||
GPGKEYS_LDAP="gpgkeys_ldap"
|
||||
GPGKEYS_LDAP="gpgkeys_ldap$EXEEXT"
|
||||
LDAPLIBS=$MY_LDAPLIBS
|
||||
fi
|
||||
|
||||
|
@ -438,7 +438,7 @@ case "${target}" in
|
|||
PRINTABLE_OS_NAME="MingW32"
|
||||
;;
|
||||
*-*-cygwin*)
|
||||
PRINTABLE_OS_NAME="Cygwin32"
|
||||
PRINTABLE_OS_NAME="Cygwin"
|
||||
;;
|
||||
i?86-emx-os2 | i?86-*-os2*emx )
|
||||
PRINTABLE_OS_NAME="OS/2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue