mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03: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…
x
Reference in New Issue
Block a user