summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2015-09-03 01:11:22 +0200
committerDamien Miller <djm@mindrot.org>2015-09-03 01:11:22 +0200
commitf498a98cf83feeb7ea01c15cd1c98b3111361f3a (patch)
tree537846fde258a62150c6c032b6343b731c46f22a /configure.ac
parentupstream commit (diff)
downloadopenssh-f498a98cf83feeb7ea01c15cd1c98b3111361f3a.tar.xz
openssh-f498a98cf83feeb7ea01c15cd1c98b3111361f3a.zip
don't check for yp_match; ok tim@
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b05c30f8..02587e8d7 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