Larry Rosenman writes:
> I put the following patch to detect the 7.1.3 UP3 compiler. If there
> are no SERIOUS objections, please apply:
This patch breaks about all the rules for robust autoconf tests:
1. Compile things using the compiler and the flags that the user chose,
not hardcoded ones.
2. Make sure you can clean up after yourself even if your code doesn't run
all the way through.
3. Don't execute programs you just compiled.
--
Peter Eisentraut peter_e(at)gmx(dot)net