mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Move forgotten comment closer to where it matters.
This commit is contained in:
5
configure
vendored
5
configure
vendored
@ -19187,8 +19187,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
|
||||
|
||||
# set thread flags
|
||||
|
||||
# Some platforms use these, so just defineed them. They can't hurt if they
|
||||
# are not supported.
|
||||
# Some platforms use these, so just define them. They can't hurt if they
|
||||
# are not supported. For example, on Solaris -D_POSIX_PTHREAD_SEMANTICS
|
||||
# enables 5-arg getpwuid_r, among other things.
|
||||
PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user