summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAris Adamantiadis <aris@0xbadc0de.be>2005-08-31 01:54:02 +0000
committerAris Adamantiadis <aris@0xbadc0de.be>2005-08-31 01:54:02 +0000
commitc7a059f0d316b757714fb3e278044ed30bcdcda3 (patch)
tree68a324a02cde11eca47c468a570e8dd797ee7e60 /configure
parentc83b993af9779967994c1fe1d26536026cdee3af (diff)
pam include path patch.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@34 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure b/configure
index 2281be3e..5df9f8c0 100755
--- a/configure
+++ b/configure
@@ -3691,9 +3691,11 @@ done
+
+
for ac_header in 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 stdint.h pty.h
+sys/poll.h stdint.h pty.h pam/pam_appl.h security/pam_appl.h
do
as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
if eval "test \"\${$as_ac_Header+set}\" = set"; then