mirror of
https://github.com/postgres/postgres.git
synced 2025-08-05 07:41:25 +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_PREFIX_DEFAULT(/usr/local/pgsql)
|
||||||
|
|
||||||
AC_CANONICAL_HOST
|
AC_CANONICAL_HOST
|
||||||
|
need_tas=no
|
||||||
case "$host_os" in
|
case "$host_os" in
|
||||||
solaris*)
|
solaris*)
|
||||||
case "$host_cpu" in
|
case "$host_cpu" in
|
||||||
|
Reference in New Issue
Block a user