April 8, 2008
View e5b0783

-lcheck needs to be conditional, use @LCHECK@. Regenerate Makefiles.

Török Edvin authored on 2008/04/08 21:57:55
View 71a282f

AC_CHECK_LIB 3rd argument was empty, and this causes '-lcheck' to be added to LIBS. This caused all executables to be linked against libcheck on some platforms. We only need to link with libcheck the unit-test, so avoid this by specifying a command as 3rd arg. Regenerate configure & Makefiles.

Török Edvin authored on 2008/04/08 21:40:45
April 3, 2008
View bc33dd4

fix typo that caused 'make tags' to fail.

Török Edvin authored on 2008/04/03 21:45:44
March 21, 2008
View 549db57

use LDADD, and add @THREAD_LIBS@ last. This way it works on both Linux and OpenBSD.

Török Edvin authored on 2008/03/21 07:42:25
View 0d92372

OpenBSD uses -pthread, we explicitly need to add @THREAD_LIBS@ to linker line. Use LIBS, because LDADD gets confused by -pthread.

Török Edvin authored on 2008/03/21 07:29:12
March 13, 2008
View fe473bc

add initial support for unit tests

Tomasz Kojm authored on 2008/03/13 19:44:34