diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 97aa5fbdc..398c813b1 100644 --- a/configure.ac +++ b/configure.ac @@ -23,7 +23,7 @@ dnlAC_REVISION($Revision$)dnl AC_PREREQ(2.52) # Remember to change the version number immediately *after* a release -# and remove the "-cvs" or suffix immediately *before* a release. +# and remove the "-cvs" or "rc" suffix immediately *before* a release. AC_INIT(gnupg, 1.2.1rc1, [email protected]) # Set development_version to yes if the minor number is odd or you # feel that the default check for a development version is not @@ -288,7 +288,7 @@ MPI_OPT_FLAGS="" try_gettext=yes case "${target}" in - *-*-mingw32*|*-*-cygwin*) + *-*-mingw32*) # special stuff for Windoze NT ac_cv_have_dev_random=no AC_DEFINE(USE_ONLY_8DOT3,1, |