diff options
author | Simon Josefsson <simon@josefsson.org> | 2009-08-28 15:22:03 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2009-08-28 15:22:03 +0200 |
commit | eff570b8fdba308c2d4dc2ea397f397d2968edbe (patch) | |
tree | 35086c9a990b7ba8993252b117bc4cc5e9bd7228 /libextra | |
parent | df48be241f5e7bf5403966b5c964ae1418387fea (diff) | |
download | gnutls-eff570b8fdba308c2d4dc2ea397f397d2968edbe.tar.gz |
Fix use of deprecated types, for now and the future.
Diffstat (limited to 'libextra')
-rw-r--r-- | libextra/configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libextra/configure.ac b/libextra/configure.ac index 837c68ff01..c3f594b345 100644 --- a/libextra/configure.ac +++ b/libextra/configure.ac @@ -50,6 +50,8 @@ AC_SUBST([WERROR_CFLAGS]) AC_SUBST([WSTACK_CFLAGS]) AC_SUBST([WARN_CFLAGS]) +AC_DEFINE([GNUTLS_COMPAT_H], 1, [Make sure we don't use old features in code.]) + AC_CONFIG_FILES([ Makefile gnutls-extra.pc |