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: http://git.ipfire.org/?a=commitdiff_plain;h=585442154ad1d75efe75e80f05c1f04d529464f0;p=thirdparty%2Fpostgresql.git oops, forgot one part of the patch...remove 'false' setting to ELF_SYS... --- diff --git a/src/configure b/src/configure index 277b4783a2c..618d296e63a 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 6293c599a97..b47aec4b7dc 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"