projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(from parent 2:
6244334
)
Merge branch 'master' of ssh://brick.kernel.dk/data/git/fio
author
Jens Axboe
<axboe@kernel.dk>
Tue, 26 Feb 2013 20:55:43 +0000
(21:55 +0100)
committer
Jens Axboe
<axboe@kernel.dk>
Tue, 26 Feb 2013 20:55:43 +0000
(21:55 +0100)
configure
patch
|
blob
|
blame
|
history
diff --git
a/configure
b/configure
index caaf30e05608adfe1e48a2b872ed816ac36a175c..8125fc3ccfb685ae0f8149b191a079121adfbc81 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-349,7
+349,7
@@
int main(void)
}
EOF
if compile_prog "" "" "wordsize"; then
- wordsize=
$($TMPE)
+ wordsize=
`$TMPE`
fi
echo "Wordsize $wordsize"