diff options
-rwxr-xr-x | source3/configure | 2 | ||||
-rw-r--r-- | source3/configure.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure b/source3/configure index efefcc26f8..fb5ac068d5 100755 --- a/source3/configure +++ b/source3/configure @@ -13448,7 +13448,7 @@ case "$host_os" in *solaris*) HAVE_WINBIND=yes WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris" - WINBIND_NSS_EXTGRA_LIBS="-lsocket" + WINBIND_NSS_EXTRA_LIBS="-lsocket" ;; *hpux11*) HAVE_WINBIND=yes diff --git a/source3/configure.in b/source3/configure.in index 9288f1cff5..983d587257 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -2579,7 +2579,7 @@ case "$host_os" in *solaris*) HAVE_WINBIND=yes WINBIND_NSS_EXTRA_OBJS="nsswitch/winbind_nss_solaris" - WINBIND_NSS_EXTGRA_LIBS="-lsocket" + WINBIND_NSS_EXTRA_LIBS="-lsocket" ;; *hpux11*) HAVE_WINBIND=yes |