summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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*)