diff options
author | Jeremy Allison <jra@samba.org> | 2002-03-01 19:30:34 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2002-03-01 19:30:34 +0000 |
commit | 3afe4729a23d9f9d0b080486c44846712b54ecf5 (patch) | |
tree | a27277ea0477b0bf619eaa25084a9a07203037b1 /source3/configure | |
parent | b6c3b6dd5974db5323a54fd8a8d6d8dc7c71dca5 (diff) | |
download | samba-3afe4729a23d9f9d0b080486c44846712b54ecf5.tar.gz samba-3afe4729a23d9f9d0b080486c44846712b54ecf5.tar.bz2 samba-3afe4729a23d9f9d0b080486c44846712b54ecf5.zip |
Fixed EXTRA vs EXTGRA typo. Thanks Mike :-).
Jeremy.
(This used to be commit 56b1252ebc89d2b4ac54c3ee7e3c4bc3c3ec5d0f)
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 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 |