diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/configure b/configure index 0edb145378f..976527f5e3d 100755 --- a/configure +++ b/configure @@ -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" |