projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9058687
)
Update configure.ac
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Thu, 8 Oct 2009 05:04:54 +0000
(
01:04
-0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Thu, 8 Oct 2009 05:04:54 +0000
(
01:04
-0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
configure.ac
patch
|
blob
|
blame
|
history
diff --git
a/configure.ac
b/configure.ac
index a4e675fca1f87aa2262a638566f1bf8414dd9794..40603c41f6452171de1b159f9e736eafdcba9d2d 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-52,8
+52,7
@@
AC_SUBST(ARCHTYPE)
AC_SUBST(SUBARCHTYPE)
[
-if test "x$ARCHTYPE" = "xx86" -a "x$target_cpu" != "xi386" -a "x$target_cpu" !=
-"xi486" -a "x$target_cpu" != "xi586"; then
+if test "x$ARCHTYPE" = "xx86" -a "x$target_cpu" != "xi386" -a "x$target_cpu" != "xi486" -a "x$target_cpu" != "xi586"; then
]
AC_DEFINE([CONFIG_HAVE_FENCE], [1])
[
This page took
0.033164 seconds
and
4
git commands to generate.