Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wim Lewis
nettle
Commits
525862bc
Commit
525862bc
authored
Mar 29, 2010
by
Niels Möller
Browse files
Typo fix in ABI check.
Rev: nettle/configure.ac:1.18
parent
172f948f
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
525862bc
...
...
@@ -187,14 +187,14 @@ case "$host_cpu" in
asm_path=x86
;;
[x86_64 | amd64])
if test "
x
$ABI" = 64 ; then
if test "$ABI" = 64 ; then
asm_path=x86_64
else
asm_path=x86
fi
;;
*sparc*)
if test "
x
$ABI" = 64 ; then
if test "$ABI" = 64 ; then
asm_path=sparc64
else
asm_path=sparc32
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment