diff options
author | Jeremy Allison <jra@samba.org> | 2002-03-19 02:32:39 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-03-19 02:32:39 +0000 |
commit | ffadd471b9664018b3010ab5d74e6d05b8886e66 (patch) | |
tree | eaf1c0c83d1f11f2eb6f68d1201f745722f33dfe /source3/configure | |
parent | cdc9931bb2f53272159b04ef7b1b057ce837ed4b (diff) | |
download | samba-ffadd471b9664018b3010ab5d74e6d05b8886e66.tar.gz samba-ffadd471b9664018b3010ab5d74e6d05b8886e66.tar.bz2 samba-ffadd471b9664018b3010ab5d74e6d05b8886e66.zip |
Sync up vfs changes from 2.2.x.
Jeremy.
(This used to be commit ad1e858d8e72adf924ff435eab8da3e60842e2e6)
Diffstat (limited to 'source3/configure')
-rwxr-xr-x | source3/configure | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source3/configure b/source3/configure index fb5ac068d5..a542e3dc18 100755 --- a/source3/configure +++ b/source3/configure @@ -5395,7 +5395,7 @@ else fi done -for ac_func in initgroups select poll rdchk getgrnam getgrent pathconf +for ac_func in initgroups select poll rdchk getgrnam getgrent pathconf realpath do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 echo "configure:5402: checking for $ac_func" >&5 @@ -13447,12 +13447,12 @@ case "$host_os" in ;; *solaris*) HAVE_WINBIND=yes - WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris" + WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris.o" WINBIND_NSS_EXTRA_LIBS="-lsocket" ;; *hpux11*) HAVE_WINBIND=yes - WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris" + WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris.o" ;; *) HAVE_WINBIND=no |