projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00f325d
)
I tried to match up the if/test stuff...fixed now, I think
author
Marc G. Fournier
Tue, 3 Feb 1998 19:40:15 +0000
(19:40 +0000)
committer
Marc G. Fournier
Tue, 3 Feb 1998 19:40:15 +0000
(19:40 +0000)
src/configure
patch
|
blob
|
blame
|
history
src/configure.in
patch
|
blob
|
blame
|
history
diff --git
a/src/configure
b/src/configure
index 1910dc4bf3e4ec622e3c4c23d66df615fec1547c..d86f3205a3a894607e7bc2e06972a031c2c7cdb2 100755
(executable)
--- a/
src/configure
+++ b/
src/configure
@@
-606,7
+606,7
@@
nextstep*) os=nextstep;;
exit;;
esac
-if test
$need_tas = "
yes"
+if test
"X$need_tas" = "X
yes"
then
TAS=tas.o
diff --git
a/src/configure.in
b/src/configure.in
index 16e475c11c62c4cff8e34de4f07eedfd677c1e27..c8877a58186031e2706d79467f7b8a66a09d83f4 100644
(file)
--- a/
src/configure.in
+++ b/
src/configure.in
@@
-42,7
+42,7
@@
nextstep*) os=nextstep;;
exit;;
esac
-if test
$need_tas = "
yes"
+if test
"X$need_tas" = "X
yes"
then
AC_LINK_FILES(backend/port/tas/${os}.s, backend/port/tas.s)
TAS=tas.o