projects
/
silc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0ccc05a
)
Fixed yasm configuration.
author
Pekka Riikonen
<priikone@silcnet.org>
Sat, 6 Oct 2007 17:03:38 +0000
(17:03 +0000)
committer
Pekka Riikonen
<priikone@silcnet.org>
Sat, 6 Oct 2007 17:03:38 +0000
(17:03 +0000)
configure.ad
patch
|
blob
|
history
diff --git
a/configure.ad
b/configure.ad
index 1ede5e3075984a99ebfb9a3b94fcd1113f876c87..c99faef62d772ccaec7564652532ca580826285b 100644
(file)
--- a/
configure.ad
+++ b/
configure.ad
@@
-374,7
+374,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