summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorThorsten Kukuk <kukuk@suse.de>2015-04-29 12:12:32 -0400
committerSteve Dickson <steved@redhat.com>2015-04-29 17:06:04 -0400
commitde03fa520e35cb90773d527ceef014421892e5ae (patch)
tree7a9b8f5e81a7abecd0202fab4d0f4bad79720951 /configure.ac
parent7864122e61ffe4db1aa8ace89117358a1e3a391b (diff)
downloadti-rpc-de03fa520e35cb90773d527ceef014421892e5ae.tar.gz
Don't link against libnsl
all source files containing references to yp_get_default_domain are disabled in the Makefile and will never be compiled. As long as we don't change that, we shouldn't link libtirpc against libnsl. Since libnsl uses RPC functions, this could lead to a dependency loop in worst case on some systems. Signed-off-by: Steve Dickson <steved@redhat.com>
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 2bdecc5..9781a7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -42,7 +42,6 @@ AC_HEADER_DIRENT
AC_PREFIX_DEFAULT(/usr)
AC_CHECK_HEADERS([arpa/inet.h fcntl.h libintl.h limits.h locale.h netdb.h netinet/in.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h sys/time.h syslog.h unistd.h features.h])
AC_CHECK_LIB([pthread], [pthread_create])
-AC_CHECK_LIB([nsl], [yp_get_default_domain])
AC_CHECK_FUNCS([getrpcbyname getrpcbynumber setrpcent endrpcent getrpcent])
AC_CONFIG_FILES([Makefile src/Makefile man/Makefile doc/Makefile])