mirror of https://github.com/postgres/postgres.git
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
parent
15d61bb439
commit
585442154a
|
|
@ -653,7 +653,7 @@ if test "X$elf" = "Xyes"
|
||||||
then
|
then
|
||||||
ELF_SYS=true
|
ELF_SYS=true
|
||||||
else
|
else
|
||||||
ELF_SYS=false
|
ELF_SYS=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "X$need_tas" = "Xyes"
|
if test "X$need_tas" = "Xyes"
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@ if test "X$elf" = "Xyes"
|
||||||
then
|
then
|
||||||
ELF_SYS=true
|
ELF_SYS=true
|
||||||
else
|
else
|
||||||
ELF_SYS=false
|
ELF_SYS=
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if test "X$need_tas" = "Xyes"
|
if test "X$need_tas" = "Xyes"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue