mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
* asshelp.c (send_pinentry_environment) [W32]: Do not use ttyname.
* w32-pth.c, w32-pth.h: New. * Makefile.am (gpgsm_LDADD): Put libassuan before jnlib because under W32 we need the w32 pth code from jnlib. * misc.c (setup_pinentry_env) [W32]: Disabled.
This commit is contained in:
parent
0a058ac53c
commit
b50a587d8d
10 changed files with 75 additions and 9 deletions
|
@ -345,7 +345,7 @@ try_gettext=yes
|
|||
have_dosish_system=no
|
||||
have_w32_system=no
|
||||
case "${host}" in
|
||||
*-*-mingw32*)
|
||||
*-mingw32*)
|
||||
# special stuff for Windoze NT
|
||||
ac_cv_have_dev_random=no
|
||||
AC_DEFINE(USE_ONLY_8DOT3,1,
|
||||
|
@ -677,7 +677,7 @@ fi
|
|||
AC_SUBST(GPGKEYS_MAILTO)
|
||||
|
||||
case "${host}" in
|
||||
*-*-mingw32*)
|
||||
*-mingw32*)
|
||||
PRINTABLE_OS_NAME="MingW32"
|
||||
;;
|
||||
*-*-cygwin*)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue