Skip to content
Snippets Groups Projects
Commit 19f1370b authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Minor style cleanup of thread test script.

parent 250e5160
No related branches found
No related tags found
No related merge requests found
......@@ -168,9 +168,9 @@ if test "x$acx_pthread_ok" = xyes; then
AC_MSG_CHECKING([if more special flags are required for pthreads])
flag=no
# We handle this ourselves in PostgreSQL
# We always add these in PostgreSQL
# 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";;
# esac
AC_MSG_RESULT(${flag})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment