oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
This commit is contained in:
parent
15d61bb439
commit
585442154a
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…
x
Reference in New Issue
Block a user