projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2866165
)
* configure.in (appdirs): Use =, not ==, in test expression when trying to
author
Ken Raeburn
<raeburn@cygnus>
Wed, 2 Aug 1995 20:39:02 +0000
(20:39 +0000)
committer
Ken Raeburn
<raeburn@cygnus>
Wed, 2 Aug 1995 20:39:02 +0000
(20:39 +0000)
build the text to print in the warning message for Solaris users.
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index a38a0386df94658d019fce733de0a21620475aa9..68aaa89e5f3ef38b2885d1de7457007c2079ba34 100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-135,7
+135,7
@@
case "${host}" in
could_use=
[ -d /opt/SUNWspro/bin ] && could_use="/opt/SUNWspro/bin"
if [ -d /opt/cygnus/bin ] ; then
- if [ "$could_use" =
=
"" ] ; then
+ if [ "$could_use" = "" ] ; then
could_use="/opt/cygnus/bin"
else
could_use="$could_use or /opt/cygnus/bin"