projects
/
crypto.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a82ea9
)
Fixed yasm configuration.
author
Pekka Riikonen
<priikone@silcnet.org>
Sat, 6 Oct 2007 17:03:57 +0000
(17:03 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sat, 6 Oct 2007 17:03:57 +0000
(17:03 +0000)
configure.ad
patch
|
blob
|
history
diff --git
a/configure.ad
b/configure.ad
index 362a80706fa7ed529bdbf3d929fafaaf5ff478a7..e8c295b30b6efac61d5aaec0a6a91cc310745eb3 100644
(file)
--- a/
configure.ad
+++ b/
configure.ad
@@
-443,7
+443,7
@@
if test x$want_asm = xtrue; then
if test x$cpu_x86_64 = xtrue; then
SILC_ASSEMBLER="$YASM -Xgnu -felf64"
else
- SILC_ASSEMBLER="$YASM -Xgnu -felf
64
"
+ SILC_ASSEMBLER="$YASM -Xgnu -felf"
fi
have_assembler=true
fi