oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...

This commit is contained in:
Marc G. Fournier 1998-10-31 04:07:00 +00:00
parent 15d61bb439
commit 585442154a
2 changed files with 2 additions and 2 deletions

2
src/configure vendored
View File

@ -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"

View File

@ -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"