Fix configure checks for Tile
authorSimon Marchi <simon.marchi@polymtl.ca>
Tue, 12 Feb 2013 00:10:44 +0000 (19:10 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Tue, 12 Feb 2013 00:10:44 +0000 (19:10 -0500)
commit274773cf3b5c0bf223b8827f31c4486859e78208
treeec0781ab5e24258d75133ef68aa58cbbd3c993a3
parent5c28497b02f74a982b0102009b0bcca5f41adbef
Fix configure checks for Tile

The previous method of checking whether the architecture is TileGx or
not was buggy. urcu/arch/tile.h included urcu/arch/gcc.h, which was not
installed on the system, causing a configure error. I am not sure why it
worked when I tested commit 1000f1f4204e5fbb337f4ea911f1e29f67df79aa,
maybe some previous partial install or something.

The check is now done earlier, during the configure step and should not
cause any trouble.

Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
configure.ac
urcu/arch/tile.h [deleted file]
urcu/uatomic/tile.h [deleted file]
This page took 0.025029 seconds and 4 git commands to generate.