projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b82ccbb
)
*** empty log message ***
author
Ulf Möller
<ulf@openssl.org>
Tue, 7 Sep 1999 17:07:13 +0000
(17:07 +0000)
committer
Ulf Möller
<ulf@openssl.org>
Tue, 7 Sep 1999 17:07:13 +0000
(17:07 +0000)
config
patch
|
blob
|
history
diff --git
a/config
b/config
index 969c94d2b0f2a00b34dd7c249a8c17dd4a885282..cbc2f87f11d5d23eb31c0b23b4638f3c41b93532 100755
(executable)
--- a/
config
+++ b/
config
@@
-440,7
+440,7
@@
then
fi
if [ "$OUT" = "i86pc-sun-solaris2" ]
then
- ASM=`as -V /dev/null`
+ ASM=`as -V /dev/null
2>&1
`
case "$ASM" in
GNU*) ;;
*) options="$options no-asm" ; echo "WARNING: You need the GNU assembler to use OpenSSL assembler code." ; echo "Sun as is not supported on Solaris x86." ;;