1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Properly define ENABLE_THREAD_SAFETY in conflgure, per suggestion from Peter.

This commit is contained in:
Bruce Momjian
2009-12-11 02:21:21 +00:00
parent 324385d67f
commit 64579962bb
2 changed files with 12 additions and 1 deletions

7
configure vendored
View File

@ -4881,6 +4881,13 @@ else
fi
if test "$enable_thread_safety" = yes; then
cat >>confdefs.h <<\_ACEOF
#define ENABLE_THREAD_SAFETY 1
_ACEOF
fi
{ $as_echo "$as_me:$LINENO: result: $enable_thread_safety" >&5
$as_echo "$enable_thread_safety" >&6; }