mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
This commit is contained in:
2
src/configure
vendored
2
src/configure
vendored
@ -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"
|
||||||
|
Reference in New Issue
Block a user