]> git.pond.sub.org Git - empserver/commit
Fix autoconfiguration of libraries
authorMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Apr 2009 10:18:32 +0000 (12:18 +0200)
committerMarkus Armbruster <armbru@pond.sub.org>
Sat, 25 Apr 2009 11:57:45 +0000 (13:57 +0200)
commit70a9a44bbc231aaf831732a6ba91430d6d7e092f
tree51a2013b685af80ca9baa03603990658bbe65089
parenta977bd08f64a4d2cf1f129f2cea0d97edf37b55b
Fix autoconfiguration of libraries

configure checked for library functions with LIBS instead of
LIBS_server, which could break detection of getaddrinfo() on systems
where LIB_SOCKET isn't empty.

GNUmakefile put @PTHREAD_LIBS@ only in LDLIBS, which breaks linking of
server and possibly client on systems where it is not empty.

Broken in commit 8b778634.
GNUmakefile.in
configure.ac