mirror of
https://github.com/postgres/postgres.git
synced 2026-04-25 08:08:08 -04:00
Strange, this should be required, but initialize need_tas to no
This commit is contained in:
parent
cadda10a14
commit
73867f773e
2 changed files with 214 additions and 212 deletions
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
|
||||
|
|
|
|||
Loading…
Reference in a new issue