aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-08-19 11:12:29 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-08-19 11:12:29 +0000
commitf23685f92b91aa53546a81bf7793c38a45df15d3 (patch)
tree026ff7769a0fd003d8930d421f5146bf731f97d3 /configure.in
parentd95242d2cde747151953387053a9649bd525d265 (diff)
downloadlibssh-f23685f92b91aa53546a81bf7793c38a45df15d3.tar.gz
libssh-f23685f92b91aa53546a81bf7793c38a45df15d3.tar.xz
libssh-f23685f92b91aa53546a81bf7793c38a45df15d3.zip
stdint.patch, debug_output.patch, ssh_12_select.patch,
solaris_7.patch and args_in_decl.patch from Norbert. git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@12 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 11c835c7..7d1a72ea 100644
--- a/configure.in
+++ b/configure.in
@@ -40,14 +40,14 @@ AC_C_BIGENDIAN
# Checks for libraries.
AC_CHECK_LIB([crypto], [BN_init])
AC_CHECK_LIB([z], [deflateInit_])
-AC_CHECK_LIB([resolv],[gethostbyname])
-AC_CHECK_LIB([nsl],[gethostbyname])
+AC_SEARCH_LIBS([hstrerror],[nsl resolv])
+AC_SEARCH_LIBS([gethostbyname],[nsl resolv])
# Checks for header files.
AC_HEADER_STDC
AC_CHECK_HEADERS([fcntl.h netdb.h netinet/in.h stdlib.h string.h sys/socket.h \
sys/time.h termios.h unistd.h openssl/aes.h openssl/blowfish.h zlib.h \
-sys/poll.h ])
+sys/poll.h stdint.h pty.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_CONST