Branch: refs/heads/pthread
Home:
https://github.com/kronosnet/kronosnet
Commit: 2b1072db76d0dba1b03999467fd278fac09976b0
https://github.com/kronosnet/kronosnet/commit/2b1072db76d0dba1b03999467fd27…
Author: Ferenc Wágner <wferi(a)debian.org>
Date: 2017-11-14 (Tue, 14 Nov 2017)
Changed paths:
M .gitignore
M Makefile.am
M autogen.sh
M configure.ac
M libknet/Makefile.am
M libknet/tests/Makefile.am
M libtap/Makefile.am
A m4/ax_pthread.m4
Log Message:
-----------
build: adopt ax_pthread.m4 to provide all necessary flags
Previously we only linked with -lpthread, but for example the -pthread
GCC option provides a CPP define as well.