diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2006-01-22 David Shaw <[email protected]> + + * configure.ac: Add define for EXEEXT so we can find keyserver + helpers on systems that use extensions. + 2005-12-23 David Shaw <[email protected]> * configure.ac: Add switch for DNS CERT. diff --git a/configure.ac b/configure.ac index ea6428721..08512bc0a 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |