diff options
| author | Aris Adamantiadis <aris@0xbadc0de.be> | 2005-08-31 01:54:02 +0000 |
|---|---|---|
| committer | Aris Adamantiadis <aris@0xbadc0de.be> | 2005-08-31 01:54:02 +0000 |
| commit | c7a059f0d316b757714fb3e278044ed30bcdcda3 (patch) | |
| tree | 68a324a02cde11eca47c468a570e8dd797ee7e60 /configure | |
| parent | c83b993af9779967994c1fe1d26536026cdee3af (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-x | configure | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
