mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-01 19:45:33 +08:00
Fix typo on thread lib name.
This commit is contained in:
parent
45fbab2933
commit
6a27640230
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user