From: oetiker Date: Mon, 1 Jun 2009 14:01:51 +0000 (+0000) Subject: Make rrdtool compile on GNU/kFreeBSD. Fix for Debian bug 494874. Patch by Petr Salinger. X-Git-Url: https://git.octo.it/?p=rrdtool.git;a=commitdiff_plain;h=71db1316eb097bcad2005ca95f430b9ecedaa760;hp=688e28761c377cae99630846f68adaca3008ad56 Make rrdtool compile on GNU/kFreeBSD. Fix for Debian bug 494874. Patch by Petr Salinger. git-svn-id: svn://svn.oetiker.ch/rrdtool/trunk/program@1837 a5681a0c-68f1-0310-ab6d-d61299d08faa --- diff --git a/m4/acinclude.m4 b/m4/acinclude.m4 index 5ea34f0..f1b6119 100644 --- a/m4/acinclude.m4 +++ b/m4/acinclude.m4 @@ -289,7 +289,7 @@ if test "x$acx_pthread_ok" = xyes; then 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.