diff options
author | Jeremy Allison <jra@samba.org> | 2000-06-20 00:32:32 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-06-20 00:32:32 +0000 |
commit | a69d47640cb150fbffa12dee68ead34a5b1931bb (patch) | |
tree | 78e5beec1be8f17dc16af61a7ebec349d1f638d2 /source3/configure | |
parent | 5e06151e4d13f6c57559e73dcc88e03ec47c63a0 (diff) | |
download | samba-a69d47640cb150fbffa12dee68ead34a5b1931bb.tar.gz samba-a69d47640cb150fbffa12dee68ead34a5b1931bb.tar.bz2 samba-a69d47640cb150fbffa12dee68ead34a5b1931bb.zip |
Fixes for IRIX kernel oplocks and systems that don't have nss.h
Jeremy.
(This used to be commit 711f15ac230092bac000e63f99e8dfaa4a644847)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure b/source3/configure index 3d3b28e396..e0a4d22f75 100755 --- a/source3/configure +++ b/source3/configure @@ -2578,7 +2578,7 @@ else fi done -for ac_hdr in sys/security.h security/pam_appl.h +for ac_hdr in nss.h sys/security.h security/pam_appl.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 |