summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-01-13 04:57:21 +0000
committerMartin Pool <mbp@samba.org>2003-01-13 04:57:21 +0000
commit13e1d993ff2b646cf83ca4762bdd725c02a4d82c (patch)
treed780264381a03064d2729558aedf30df30bdae00 /source3/configure.in
parentcf17d012e67e632ddc2f83f498486d6ac766a752 (diff)
downloadsamba-13e1d993ff2b646cf83ca4762bdd725c02a4d82c.tar.gz
samba-13e1d993ff2b646cf83ca4762bdd725c02a4d82c.tar.bz2
samba-13e1d993ff2b646cf83ca4762bdd725c02a4d82c.zip
Fix typo in comment.
(This used to be commit 26660f939f0e0650d54631bf8243b22f32b64132)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index c5a8a069ee..a8ae1c760e 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -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";