diff options
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) |