summaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2002-12-11 19:07:03 +0000
committerGeoff Thorpe <geoff@openssl.org>2002-12-11 19:07:03 +0000
commite5a08ce44d39c56c00399c05d8cb217f85c38f04 (patch)
tree6756d84a0e41e63ceaddbe6c02ae99f20fcb655c /demos
parentb9b6e14b4aa61a97d0a459968733cf3d6f9e1e23 (diff)
Make 'tunala' link with zlib if possible (so it works if openssl was
configured with zlib support).
Diffstat (limited to 'demos')
-rw-r--r--demos/tunala/configure.in1
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)