diff options
author | Werner Koch <[email protected]> | 2003-12-17 13:03:59 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2003-12-17 13:03:59 +0000 |
commit | aac9cea6daaabe8179a1efb8c7fb1d76f73273c9 (patch) | |
tree | 73087ad24c6d260f5328f80b168b8c9b6212c41c | |
parent | (CFLAGS): Add --Wformat-noliteral in gcc mode. (diff) | |
download | gnupg-aac9cea6daaabe8179a1efb8c7fb1d76f73273c9.tar.gz gnupg-aac9cea6daaabe8179a1efb8c7fb1d76f73273c9.zip |
Requires now libassuan 0.6.2.
(CFLAGS): Add --Wformat-noliteral in gcc mode.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 4 insertions, 2 deletions
@@ -1,6 +1,8 @@ 2003-12-17 Werner Koch <[email protected]> - * configure.ac (CFLAGS): Add --Wformat-noliteral in gcc mode. + * configure.ac: Requires now libassuan 0.6.2. + (CFLAGS): Add --Wformat-noliteral in gcc mode. + 2003-12-16 Werner Koch <[email protected]> diff --git a/configure.ac b/configure.ac index 72df23915..06fad2864 100644 --- a/configure.ac +++ b/configure.ac @@ -31,7 +31,7 @@ AC_INIT(gnupg, 1.9.3-cvs, [email protected]) development_version=yes NEED_GPG_ERROR_VERSION=0.6 NEED_LIBGCRYPT_VERSION=1.1.90 -NEED_LIBASSUAN_VERSION=0.6.1 +NEED_LIBASSUAN_VERSION=0.6.2 NEED_KSBA_VERSION=0.9.0 NEED_OPENSC_VERSION=0.8.0 |