retour arriere

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3699 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
master
Jacques Garrigue 2001-09-06 14:19:03 +00:00
parent 8f3137c833
commit 0a2cf979a7
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -871,7 +871,7 @@ if test "$posix_threads" = "yes"; then
*-*-solaris*)
pthread_link="-lpthread -lposix4";;
*-*-freebsd*)
pthread_link="-pthread -lc_r"
pthread_link="-pthread"
bytecccompopts="$bytecccompopts -D_THREAD_SAFE"
nativecccompopts="$nativecccompopts -D_THREAD_SAFE";;
*-*-openbsd*)