mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-22 14:57:02 +01:00
* configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT.
This commit is contained in:
parent
38d3a8a302
commit
1a36831ed9
@ -1,3 +1,7 @@
|
|||||||
|
2002-10-24 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
|
* configure.ac (GPGKEYS_LDAP,GPGKEYS_HKP): Add $EXEEXT.
|
||||||
|
|
||||||
2002-10-21 Werner Koch <wk@gnupg.org>
|
2002-10-21 Werner Koch <wk@gnupg.org>
|
||||||
|
|
||||||
* configure.ac (try_gettext): Remove special case for cygwin.
|
* configure.ac (try_gettext): Remove special case for cygwin.
|
||||||
|
@ -213,7 +213,7 @@ if test "$use_exec" = yes ; then
|
|||||||
AC_MSG_RESULT($try_hkp)
|
AC_MSG_RESULT($try_hkp)
|
||||||
|
|
||||||
if test "$try_hkp" = yes ; then
|
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])
|
AC_DEFINE(USE_EXTERNAL_HKP,1,[define to use the experimental external HKP keyserver interface])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -397,7 +397,7 @@ if test "$try_ldap" = yes ; then
|
|||||||
|
|
||||||
if test "$gnupg_cv_func_ldap_init" = yes || \
|
if test "$gnupg_cv_func_ldap_init" = yes || \
|
||||||
test "$gnupg_cv_func_ldaplber_init" = yes ; then
|
test "$gnupg_cv_func_ldaplber_init" = yes ; then
|
||||||
GPGKEYS_LDAP="gpgkeys_ldap"
|
GPGKEYS_LDAP="gpgkeys_ldap$EXEEXT"
|
||||||
LDAPLIBS=$MY_LDAPLIBS
|
LDAPLIBS=$MY_LDAPLIBS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
@ -438,7 +438,7 @@ case "${target}" in
|
|||||||
PRINTABLE_OS_NAME="MingW32"
|
PRINTABLE_OS_NAME="MingW32"
|
||||||
;;
|
;;
|
||||||
*-*-cygwin*)
|
*-*-cygwin*)
|
||||||
PRINTABLE_OS_NAME="Cygwin32"
|
PRINTABLE_OS_NAME="Cygwin"
|
||||||
;;
|
;;
|
||||||
i?86-emx-os2 | i?86-*-os2*emx )
|
i?86-emx-os2 | i?86-*-os2*emx )
|
||||||
PRINTABLE_OS_NAME="OS/2"
|
PRINTABLE_OS_NAME="OS/2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user