]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
don't check for yp_match; ok tim@
authorDamien Miller <djm@mindrot.org>
Wed, 2 Sep 2015 23:11:22 +0000 (09:11 +1000)
committerDamien Miller <djm@mindrot.org>
Wed, 2 Sep 2015 23:11:22 +0000 (09:11 +1000)
configure.ac

index 9b05c30f897af1384bdcb0488f5d74870253985c..02587e8d7c1dabb5543b1f9fa3bae02c54f3afc6 100644 (file)
@@ -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