From 3c9605bc01142102fca415ff38330de5652ebe50 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 4 Oct 2011 03:02:05 +0200 Subject: [PATCH] sys_select tests: Fix link error on MSVC 9. * modules/sys_select-c++-tests (Makefile.am): Link test-sys_select-c++ with $(LIB_SELECT) instead of $(LIBSOCKET). --- ChangeLog | 6 ++++++ modules/sys_select-c++-tests | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3df083868..28a18112d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,11 @@ 2011-10-03 Bruno Haible + sys_select tests: Fix link error on MSVC 9. + * modules/sys_select-c++-tests (Makefile.am): Link test-sys_select-c++ + with $(LIB_SELECT) instead of $(LIBSOCKET). + +2011-10-03 Bruno Haible + sys_select: Fix compilation error on mingw. * lib/sys_select.in.h: On native Windows, include . diff --git a/modules/sys_select-c++-tests b/modules/sys_select-c++-tests index cd9c85ef3..e9f0b25d2 100644 --- a/modules/sys_select-c++-tests +++ b/modules/sys_select-c++-tests @@ -15,5 +15,5 @@ if ANSICXX TESTS += test-sys_select-c++ check_PROGRAMS += test-sys_select-c++ test_sys_select_c___SOURCES = test-sys_select-c++.cc -test_sys_select_c___LDADD = $(LDADD) $(LIBINTL) $(LIBSOCKET) $(LIB_NANOSLEEP) +test_sys_select_c___LDADD = $(LDADD) $(LIBINTL) $(LIB_SELECT) $(LIB_NANOSLEEP) endif -- 2.11.0