1
0
Fork 0

configure.ac fix for freebsd

This commit is contained in:
bagyenda 2006-07-17 10:40:17 +00:00
parent c42ddb8aa5
commit 96708be15c
1 changed files with 1 additions and 1 deletions

View File

@ -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