1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-18 00:49:50 +02:00

* configure.ac: Add define for EXEEXT so we can find keyserver helpers

on systems that use extensions.
This commit is contained in:
David Shaw 2006-01-22 21:38:02 +00:00
parent dbe415ea61
commit d232175d8d
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-01-22 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Add define for EXEEXT so we can find keyserver
helpers on systems that use extensions.
2005-12-23 David Shaw <dshaw@jabberwocky.com>
* configure.ac: Add switch for DNS CERT.

View File

@ -537,6 +537,9 @@ AC_SUBST(MPI_OPT_FLAGS)
GNUPG_SYS_SYMBOL_UNDERSCORE
dnl These need to go after AC_PROG_CC so that $EXEEXT is defined
AC_DEFINE_UNQUOTED(EXEEXT,"$EXEEXT",[The executable file extension, if any])
if test x"$try_hkp" = xyes ; then
AC_SUBST(GPGKEYS_HKP,"gpgkeys_hkp$EXEEXT")
fi