diff options
author | David Shaw <dshaw@jabberwocky.com> | 2002-08-19 21:38:18 +0200 |
---|---|---|
committer | David Shaw <dshaw@jabberwocky.com> | 2002-08-19 21:38:18 +0200 |
commit | 899343542dabadedc2f8a6e76afdf3f20d793d09 (patch) | |
tree | d119f23fe2d47f5d5209923e00c8e6192f262011 /configure.ac | |
parent | Short note about interactive and import. (diff) | |
download | gnupg2-899343542dabadedc2f8a6e76afdf3f20d793d09.tar.xz gnupg2-899343542dabadedc2f8a6e76afdf3f20d793d09.zip |
* NEWS: Document new ways to enable MDC, and change in automatic
compression disabling.
* configure.ac: No such thing as the "none" random gather any longer.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index bcc4a41c6..33bf4e5b8 100644 --- a/configure.ac +++ b/configure.ac @@ -50,7 +50,7 @@ dnl Check for random module options dnl AC_MSG_CHECKING([which random module to use]) AC_ARG_ENABLE(static-rnd, - [ --enable-static-rnd=[egd|unix|linux|none] ], + [ --enable-static-rnd=[egd|unix|linux] ], [use_static_rnd=$enableval], [use_static_rnd=default] ) if test "$use_static_rnd" = no; then |