On 04/10/2011 03:07 PM, Nikos Mavrogiannopoulos wrote: > As I understand it AC_C_RESTRICT checks whether restrict > is supported by the C compiler. I'm using the C++ compiler.
In that case, AC_C_RESTRICT should report that your C++ compiler does not support 'restrict' when compiling C code. What goes wrong in that process?