Commit d50966a4 authored by Peter Eisentraut's avatar Peter Eisentraut

Move forgotten comment closer to where it matters.

parent 79d306c8
...@@ -19187,8 +19187,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu ...@@ -19187,8 +19187,9 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
# set thread flags # set thread flags
# Some platforms use these, so just defineed them. They can't hurt if they # Some platforms use these, so just define them. They can't hurt if they
# are not supported. # 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" PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
......
dnl Process this file with autoconf to produce a configure script. dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.569 2008/10/29 16:06:46 petere Exp $ dnl $PostgreSQL: pgsql/configure.in,v 1.570 2008/10/29 16:23:07 petere Exp $
dnl dnl
dnl Developers, please strive to achieve this order: dnl Developers, please strive to achieve this order:
dnl dnl
...@@ -1334,8 +1334,9 @@ esac ...@@ -1334,8 +1334,9 @@ esac
if test "$enable_thread_safety" = yes -a "$PORTNAME" != "win32"; then if test "$enable_thread_safety" = yes -a "$PORTNAME" != "win32"; then
ACX_PTHREAD # set thread flags ACX_PTHREAD # set thread flags
# Some platforms use these, so just defineed them. They can't hurt if they # Some platforms use these, so just define them. They can't hurt if they
# are not supported. # 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" PTHREAD_CFLAGS="$PTHREAD_CFLAGS -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
......
...@@ -20,5 +20,3 @@ if test "$SUN_STUDIO_CC" = yes ; then ...@@ -20,5 +20,3 @@ if test "$SUN_STUDIO_CC" = yes ; then
;; ;;
esac esac
fi fi
# -D_POSIX_PTHREAD_SEMANTICS enables 5-arg getpwuid_r, among other things
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment