summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2001-09-06 14:19:03 +0000
committerJacques Garrigue <garrigue at math.nagoya-u.ac.jp>2001-09-06 14:19:03 +0000
commit0a2cf979a73ae4c76a0c25d7da99841a356bd343 (patch)
tree7854ce9803b304c2ba04d377425e3f66a6949711
parent8f3137c833d914d3d877a485ce57a92942423318 (diff)
retour arriere
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@3699 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 16aa64a1d..2c8b3b990 100755
--- a/configure
+++ b/configure
@@ -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*)