aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-12-12 12:21:09 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-12-12 12:21:09 +0000
commitc5287c543e28048f5cac844a5f03debb2df60271 (patch)
treeb0ced0d6883442eeeb630bb914e9dbd60dbab41c /configure.in
parent4fd1df0586ed08911467141e605afa0c0c610e6a (diff)
downloadlibssh-c5287c543e28048f5cac844a5f03debb2df60271.tar.gz
libssh-c5287c543e28048f5cac844a5f03debb2df60271.tar.xz
libssh-c5287c543e28048f5cac844a5f03debb2df60271.zip
removed mercurius from trunk
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@66 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 622c717a..147b56a6 100644
--- a/configure.in
+++ b/configure.in
@@ -84,8 +84,7 @@ AC_SEARCH_LIBS([gethostbyname],[nsl resolv])
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 \
-openssl/des.h zlib.h sys/poll.h stdint.h pty.h pam/pam_appl.h \
-security/pam_appl.h gcrypt.h])
+openssl/des.h zlib.h sys/poll.h stdint.h pty.h gcrypt.h])
#Warn user when no openssl available
#FIXME ! how to make it work with gcrypt ?
@@ -117,6 +116,5 @@ AC_CHECK_FUNCS([endpwent getaddrinfo gethostbyname getpass memmove memset \
cfmakeraw select socket strchr strdup strerror strstr poll])
AC_CONFIG_FILES([Makefile
- libssh/Makefile
- sftp_server/Makefile])
+ libssh/Makefile])
AC_OUTPUT