mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 05:32:27 -04:00
Fix typo on thread lib name.
This commit is contained in:
parent
45fbab2933
commit
6a27640230
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue