0083eba18e
The top-level OMPI configure script already checks for "restrict" and will issue a #define for it. PAC_C_RESTRICT would also check for restrict, but sometimes come up with a different answer than the top-level OMPI configure script, thereby resulting in conflicting #define's for "restrict" (e.g., icc 9.0/9.1 on linux x86-64). So it's easiest just to remove this test from ROMIO's configure.in script. This commit was SVN r14286.