]> granicus.if.org Git - postgresql/commitdiff
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
authorMarc G. Fournier <scrappy@hub.org>
Sat, 31 Oct 1998 04:07:00 +0000 (04:07 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sat, 31 Oct 1998 04:07:00 +0000 (04:07 +0000)
src/configure
src/configure.in

index 277b4783a2c950da141c8ad340929d5b1e91e880..618d296e63a82c98a9ecc285040790d99ebebf1c 100755 (executable)
@@ -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"
index 6293c599a978ca1cb3d91753c81c590c64f7b63b..b47aec4b7dc86a5ff119d6a72e4d7e47f347c25e 100644 (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"