configure.ac fix for freebsd
parent
c42ddb8aa5
commit
96708be15c
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue