Minor style cleanup of thread test script.
This commit is contained in:
parent
250e516051
commit
19f1370b1e
@ -168,9 +168,9 @@ if test "x$acx_pthread_ok" = xyes; then
|
|||||||
|
|
||||||
AC_MSG_CHECKING([if more special flags are required for pthreads])
|
AC_MSG_CHECKING([if more special flags are required for pthreads])
|
||||||
flag=no
|
flag=no
|
||||||
# We handle this ourselves in PostgreSQL
|
# We always add these in PostgreSQL
|
||||||
# case "${host_cpu}-${host_os}" in
|
# case "${host_cpu}-${host_os}" in
|
||||||
# *-aix* | *-freebsd*) flag="-D_THREAD_SAFE";;
|
# *-aix* | *-freebsd* | *-darwin*) flag="-D_THREAD_SAFE";;
|
||||||
# *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
|
# *solaris* | *-osf* | *-hpux*) flag="-D_REENTRANT";;
|
||||||
# esac
|
# esac
|
||||||
AC_MSG_RESULT(${flag})
|
AC_MSG_RESULT(${flag})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user