diff options
author | Geoff Thorpe <geoff@openssl.org> | 2002-12-11 20:07:03 +0100 |
---|---|---|
committer | Geoff Thorpe <geoff@openssl.org> | 2002-12-11 20:07:03 +0100 |
commit | e5a08ce44d39c56c00399c05d8cb217f85c38f04 (patch) | |
tree | 6756d84a0e41e63ceaddbe6c02ae99f20fcb655c /demos/tunala/configure.in | |
parent | In CRYPTO_lock(), check that the application cares about locking (provided (diff) | |
download | openssl-e5a08ce44d39c56c00399c05d8cb217f85c38f04.tar.xz openssl-e5a08ce44d39c56c00399c05d8cb217f85c38f04.zip |
Make 'tunala' link with zlib if possible (so it works if openssl was
configured with zlib support).
Diffstat (limited to '')
-rw-r--r-- | demos/tunala/configure.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/tunala/configure.in b/demos/tunala/configure.in index b2a6ffc756..590cdbfd26 100644 --- a/demos/tunala/configure.in +++ b/demos/tunala/configure.in @@ -10,6 +10,7 @@ dnl AM_PROG_LIBTOOL dnl Checks for libraries. AC_CHECK_LIB(dl, dlopen) +AC_CHECK_LIB(z, inflate) AC_CHECK_LIB(socket, socket) AC_CHECK_LIB(nsl, gethostbyname) |