Fix typo on thread lib name.

This commit is contained in:
Bruce Momjian
2004-04-25 21:03:27 +00:00
parent 45fbab2933
commit 6a27640230
+1 -1
View File
@@ -4,5 +4,5 @@ esac
case $host_os in
freebsd2*|freebsd3*|freebsd4*) ;;
*) THREAD_LIBS="c_r";; # do we need this? 2004-04-23
*) PTHREAD_LIBS="c_r";; # do we need this? 2004-04-23
esac