summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 7990f48)
raw | patch | inline | side by side (parent: 7990f48)
author | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 1 Jun 2009 14:01:51 +0000 (14:01 +0000) | ||
committer | oetiker <oetiker@a5681a0c-68f1-0310-ab6d-d61299d08faa> | |
Mon, 1 Jun 2009 14:01:51 +0000 (14:01 +0000) |
git-svn-id: svn://svn.oetiker.ch/rrdtool/branches/1.3/program@1837 a5681a0c-68f1-0310-ab6d-d61299d08faa
m4/acinclude.m4 | patch | blob | history |
diff --git a/m4/acinclude.m4 b/m4/acinclude.m4
index 5ea34f0f54a3047beb0f8b89c1b8706747d985fc..d207abbe2b35d5939d2960071e63b8156fe61e82 100644 (file)
--- a/m4/acinclude.m4
+++ b/m4/acinclude.m4
case "${host_cpu}-${host_os}" in
*-aix* | *-freebsd* | *-darwin*) x_rflag="-D_THREAD_SAFE";;
*solaris* | *-osf* | *-hpux*) x_rflag="-D_REENTRANT";;
- *-linux*)
+ *-linux* | *-k*bsd*-gnu*)
if test x"$PTHREAD_CFLAGS" = "x-pthread"; then
# For Linux/gcc "-pthread" implies "-lpthread". We need, however, to make this explicit
# in PTHREAD_LIBS such that a shared library to be built properly depends on libpthread.