From: Simon Marchi Date: Tue, 12 Feb 2013 00:10:44 +0000 (-0500) Subject: Fix configure checks for Tile X-Git-Tag: v0.8.0~111 X-Git-Url: http://git.liburcu.org/?a=commitdiff_plain;ds=sidebyside;h=274773cf3b5c0bf223b8827f31c4486859e78208;hp=274773cf3b5c0bf223b8827f31c4486859e78208;p=urcu.git 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 Signed-off-by: Mathieu Desnoyers ---