mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Strange, this should be required, but initialize need_tas to no
This commit is contained in:
425
src/configure
vendored
425
src/configure
vendored
File diff suppressed because it is too large
Load Diff
@ -3,6 +3,7 @@ AC_INIT(backend/access/common/heaptuple.c)
|
||||
AC_PREFIX_DEFAULT(/usr/local/pgsql)
|
||||
|
||||
AC_CANONICAL_HOST
|
||||
need_tas=no
|
||||
case "$host_os" in
|
||||
solaris*)
|
||||
case "$host_cpu" in
|
||||
|
Reference in New Issue
Block a user