this would also allow to get gauche build for debian/kfreebsd with following small change:
ka...@io:/tmp/Gauche-0.8.14$ diff -u configure.ac~ configure.ac --- configure.ac~ 2008-10-06 12:38:56.000000000 +0200 +++ configure.ac 2009-10-08 14:44:36.000000000 +0200 @@ -156,7 +156,7 @@ THREADLIBS="-lpthread -lrt" GAUCHE_THREAD_TYPE=pthreads ;; - *-*-freebsd*|*-*-dragonfly*) + *-*-*freebsd*|*-*-dragonfly*) AC_MSG_WARN("FreeBSD does not yet fully support threads with Boehm GC.") AC_DEFINE(GC_FREEBSD_THREADS,1,[Define to use FreeBSD threads]) INCLUDES="$INCLUDES -pthread" -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org