[openssh-commits] [openssh] 01/01: don't check for yp_match; ok tim@
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 3 09:11:40 AEST 2015
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit f498a98cf83feeb7ea01c15cd1c98b3111361f3a
Author: Damien Miller <djm at mindrot.org>
Date: Thu Sep 3 09:11:22 2015 +1000
don't check for yp_match; ok tim@
---
configure.ac | 1 -
1 file changed, 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 9b05c30..02587e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1122,7 +1122,6 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[ #include <stdio.h> ]], [[ exit(0); ]])],
dnl Checks for header files.
# Checks for libraries.
-AC_CHECK_FUNC([yp_match], , [AC_CHECK_LIB([nsl], [yp_match])])
AC_CHECK_FUNC([setsockopt], , [AC_CHECK_LIB([socket], [setsockopt])])
dnl IRIX and Solaris 2.5.1 have dirname() in libgen
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list