Unset CFLAGS before reading template. This should be more robust.
Peter Eisentraut <peter_e@gmx.net>
Unset CFLAGS before reading template. This should be more robust. When --enable-debug is used, then the default CFLAGS for non-GCC is just -g without -O. Backpatch enhancement of Autoconf inline test that detects problems with the HP C compiler.
Files
| Path | Change | +/− |
|---|---|---|
| config/c-compiler.m4 | modified | +41 −1 |
| configure | modified | +9 −5 |
| configure.in | modified | +8 −5 |