diff options
author | Simon Josefsson <simon@josefsson.org> | 2011-11-09 00:43:58 +0100 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2011-11-09 00:48:15 +0100 |
commit | 21caff388b360fca7a774ed5206447ba9ebf4f94 (patch) | |
tree | 0ff149b18a77253e9cb9f5a6a26102cc7b2d83f4 /configure.ac | |
parent | fe0a92df94869abd48a8e7a576f9b81867a9c420 (diff) | |
download | gnutls-21caff388b360fca7a774ed5206447ba9ebf4f94.tar.gz |
Simplify static library renaming hack.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 83d8820169..2e7e57992d 100644 --- a/configure.ac +++ b/configure.ac @@ -402,6 +402,10 @@ AC_SUBST(LIBGNUTLS_CFLAGS) AC_DEFINE([GNUTLS_COMPAT_H], 1, [Make sure we don't use old features in code.]) AC_DEFINE([GNUTLS_INTERNAL_BUILD], 1, [We allow temporarily usage of deprecated functions - until they are removed.]) +AC_DEFINE([fread_file], [_gnutls_fread_file], [static lib rename]) +AC_DEFINE([read_file], [_gnutls_read_file], [static lib rename]) +AC_DEFINE([read_binary_file], [_gnutls_read_binary_file], [static lib rename]) + dnl Crywrap dependencies AC_MSG_RESULT([*** *** Checking dependencies for crywrap... |