From: Marc G. Fournier Date: Sat, 31 Oct 1998 04:07:00 +0000 (+0000) Subject: oops, forgot one part of the patch...remove 'false' setting to ELF_SYS... X-Git-Tag: REL6_4_2~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=585442154ad1d75efe75e80f05c1f04d529464f0;p=postgresql oops, forgot one part of the patch...remove 'false' setting to ELF_SYS... --- 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"