From 96708be15c15409e13210e62a134ba14aebbc298 Mon Sep 17 00:00:00 2001 From: bagyenda <> Date: Mon, 17 Jul 2006 10:40:17 +0000 Subject: [PATCH] configure.ac fix for freebsd --- mbuni/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbuni/configure.ac b/mbuni/configure.ac index 2e9649b..20061b4 100644 --- a/mbuni/configure.ac +++ b/mbuni/configure.ac @@ -69,7 +69,7 @@ case "$host" in ;; *-*-openbsd* | *-*-freebsd*) CFLAGS="$CFLAGS -pthread" - AC_CHECK_LIB(c_r, pthread_exit, [LIBS="$LIBS -lc_r -lkse"; pthread="yes"]) + AC_CHECK_LIB(c_r, pthread_exit, [LIBS="$LIBS -lc_r -lpthread"; pthread="yes"]) ;; esac