summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2003-04-30 14:14:33 +0000
committerAndrew Bartlett <abartlet@samba.org>2003-04-30 14:14:33 +0000
commit356d59966256b26cdda6e735a5d4a8537283ef31 (patch)
treee3f0b65ad339b8ac64453e87cf9caf897c1e3e9e /source3/configure.in
parent24e663ab35cd5f9359f432eb47323f3bdc11216c (diff)
downloadsamba-356d59966256b26cdda6e735a5d4a8537283ef31.tar.gz
samba-356d59966256b26cdda6e735a5d4a8537283ef31.tar.bz2
samba-356d59966256b26cdda6e735a5d4a8537283ef31.zip
Try to fix IRIX build - add quotes and never call libns_winbind by name - we
should only set that name once. (This used to be commit 34f15bff6f4f847eb900174793dcbc638f96a5bd)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in
index fa9393d952..c568fc17d5 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -3270,10 +3270,10 @@ if test x"$HAVE_WINBIND" = x"yes"; then
if test x"$BLDSHARED" = x"true"; then
case "$host_os" in
*irix*)
- SHLIB_PROGS="$SHLIB_PROGS nsswitch/libns_winbind.$SHLIBEXT"
+ SHLIB_PROGS="$SHLIB_PROGS nsswitch/$WINBIND_NSS.$SHLIBEXT"
;;
*)
- SHLIB_PROGS="$SHLIB_PROGS nsswitch/libnss_winbind.$SHLIBEXT"
+ SHLIB_PROGS="$SHLIB_PROGS nsswitch/$WINBIND_NSS.$SHLIBEXT"
;;
esac
if test x"$with_pam" = x"yes"; then