mirror of
https://github.com/postgres/postgres.git
synced 2026-04-23 23:28:01 -04:00
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
This commit is contained in:
parent
15d61bb439
commit
585442154a
2 changed files with 2 additions and 2 deletions
2
src/configure
vendored
2
src/configure
vendored
|
|
@ -653,7 +653,7 @@ if test "X$elf" = "Xyes"
|
|||
then
|
||||
ELF_SYS=true
|
||||
else
|
||||
ELF_SYS=false
|
||||
ELF_SYS=
|
||||
fi
|
||||
|
||||
if test "X$need_tas" = "Xyes"
|
||||
|
|
|
|||
|
|
@ -52,7 +52,7 @@ if test "X$elf" = "Xyes"
|
|||
then
|
||||
ELF_SYS=true
|
||||
else
|
||||
ELF_SYS=false
|
||||
ELF_SYS=
|
||||
fi
|
||||
|
||||
if test "X$need_tas" = "Xyes"
|
||||
|
|
|
|||
Loading…
Reference in a new issue