diff options
author | Werner Koch <[email protected]> | 2007-05-15 19:47:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2007-05-15 19:47:15 +0000 |
commit | ad3ab7a059306f336d1e12e26f52f69007a98d4e (patch) | |
tree | e75d5162d30be37a2dbe950b6687da42a1fc66d5 /configure.ac | |
parent | Use estream_asprintf instead of the GNU asprintf. (diff) | |
download | gnupg-ad3ab7a059306f336d1e12e26f52f69007a98d4e.tar.gz gnupg-ad3ab7a059306f336d1e12e26f52f69007a98d4e.zip |
Adjusted symbols for printf and updated to latest version.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index 48be044d0..d4b039af4 100644 --- a/configure.ac +++ b/configure.ac @@ -428,9 +428,9 @@ AH_BOTTOM([ /* We want to use the libgcrypt provided memory allocation for asprintf. */ -#define ESTREAM_ASPRINTF_MALLOC gcry_malloc -#define ESTREAM_ASPRINTF_FREE gcry_free -#define ESTREAM_PRINTF_EXTRA_INCLUDE "util.h" +#define _ESTREAM_PRINTF_MALLOC gcry_malloc +#define _ESTREAM_PRINTF_FREE gcry_free +#define _ESTREAM_PRINTF_EXTRA_INCLUDE "util.h" #endif /*GNUPG_CONFIG_H_INCLUDED*/ ]) @@ -1157,7 +1157,7 @@ if test "$GCC" = yes; then # them. if test "$USE_MAINTAINER_MODE" = "yes"; then CFLAGS="$CFLAGS -Wall -Wcast-align -Wshadow -Wstrict-prototypes" - CFLAGS="$CFLAGS -Wno-format-y2k -Wformat-security -Wformat-nonliteral" + CFLAGS="$CFLAGS -Wformat -Wno-format-y2k -Wformat-security" else CFLAGS="$CFLAGS -Wall" fi |