projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15d61bb
)
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
author
Marc G. Fournier
Sat, 31 Oct 1998 04:07:00 +0000
(
04:07
+0000)
committer
Marc G. Fournier
Sat, 31 Oct 1998 04:07:00 +0000
(
04:07
+0000)
src/configure
patch
|
blob
|
blame
|
history
src/configure.in
patch
|
blob
|
blame
|
history
diff --git
a/src/configure
b/src/configure
index 277b4783a2c950da141c8ad340929d5b1e91e880..618d296e63a82c98a9ecc285040790d99ebebf1c 100755
(executable)
--- 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 6293c599a978ca1cb3d91753c81c590c64f7b63b..b47aec4b7dc86a5ff119d6a72e4d7e47f347c25e 100644
(file)
--- 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"