From 585442154ad1d75efe75e80f05c1f04d529464f0 Mon Sep 17 00:00:00 2001
From: "Marc G. Fournier" <scrappy@hub.org>
Date: Sat, 31 Oct 1998 04:07:00 +0000
Subject: [PATCH] oops, forgot one part of the patch...remove 'false' setting
 to ELF_SYS...

---
 src/configure    | 2 +-
 src/configure.in | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/configure b/src/configure
index 277b4783a2..618d296e63 100755
--- a/src/configure
+++ b/src/configure
@@ -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"
diff --git a/src/configure.in b/src/configure.in
index 6293c599a9..b47aec4b7d 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -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"