diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-16 13:29:35 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-16 13:29:35 +0000 |
commit | a95ce682420ae7e5c9b5d359bb1f771eff007f49 (patch) | |
tree | afe4f383e8f88c8fee67ec8e6bf925c128a08c26 /configure.in | |
parent | f2d960c9625336f3efc4e48a423e1fc1a23a76d9 (diff) | |
download | gnutls-a95ce682420ae7e5c9b5d359bb1f771eff007f49.tar.gz |
Use read_binary_file from gnulib instead of strfile stuff,
to fix problem with binary files on mingw.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in index ede9faea06..0a8f916c31 100644 --- a/configure.in +++ b/configure.in @@ -183,7 +183,7 @@ AC_CHECK_HEADERS(errno.h sys/time.h time.h) AC_CHECK_HEADERS(math.h limits.h float.h stdarg.h ctype.h) dnl opencdk AC_CHECK_HEADERS(netdb.h) -AC_CHECK_FUNCS(umask vasprintf isascii mmap gmtime_r,,) +AC_CHECK_FUNCS(umask vasprintf isascii gmtime_r,,) AC_FUNC_ALLOCA AC_MSG_RESULT([*** |