mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix typo on thread lib name.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user