diff options
author | Werner Koch <wk@gnupg.org> | 1998-01-28 17:09:43 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 1998-01-28 17:09:43 +0100 |
commit | 9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7 (patch) | |
tree | efa4f8e1ccbc5e989942cde55c36220dca2d8fbd /configure.in | |
parent | moved stuff to aclocal.m4 (diff) | |
download | gnupg2-9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7.tar.xz gnupg2-9bf8ce27bcd3a58d522262f23c2ca36bfe0a52b7.zip |
version 0.2.1
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 e9a05956e..7017948de 100644 --- a/configure.in +++ b/configure.in @@ -104,7 +104,7 @@ fi dnl Checks for library functions. AC_FUNC_VPRINTF -AC_CHECK_FUNCS(strerror stpcpy strlwr tcgetattr rand strtoul) +AC_CHECK_FUNCS(strerror stpcpy strlwr tcgetattr rand strtoul mlock mmap) |