Hi Jean-Marc, >Any idea how one would do that? Nope. I'm not knowledgable about autoconf and it's idiosyncracies. >For simple functions, wouldn't that be slower than a plain "if" because of the branch prediction? Nope. It would be a skosh faster since the other code wouldn't need to be loaded into the instruction cache. HTH, --Eljay