1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-05 20:58:40 +03:00

Fix typo in comment.

(This used to be commit 26660f939f0e0650d54631bf8243b22f32b64132)
This commit is contained in:
Martin Pool 2003-01-13 04:57:21 +00:00
parent cf17d012e6
commit 13e1d993ff

View File

@ -729,7 +729,7 @@ if test x"$ac_cv_func_connect" = x"no"; then
fi
###############################################
# test for where we get get_yp_default_domain() from
# test for where we get yp_get_default_domain() from
AC_CHECK_FUNCS(yp_get_default_domain)
if test x"$ac_cv_func_yp_get_default_domain" = x"no"; then
AC_CHECK_LIB(nsl, yp_get_default_domain, [LIBS="$LIBS -lnsl";