+2009-11-06 Simon Josefsson <simon@josefsson.org>
+
+ * modules/select-tests (test_select_LDADD): Add $(INET_PTON_LIB)
+ because test-select.c uses inet_pton.
+
2009-11-06 Simon Josefsson <simon@josefsson.org>
* m4/getaddrinfo.m4: Add content of INET_NTOP_LIB to
# test-select-stdin has to be run by hand.
TESTS_ENVIRONMENT += EXEEXT='@EXEEXT@'
check_PROGRAMS += test-select test-select-fd test-select-stdin
-test_select_LDADD = $(LDADD) @LIBSOCKET@
+test_select_LDADD = $(LDADD) @LIBSOCKET@ $(INET_PTON_LIB)
test_select_fd_LDADD = $(LDADD) @LIBSOCKET@
test_select_stdin_LDADD = $(LDADD) @LIBSOCKET@