diff options
| author | Alvaro Herrera | 2012-10-09 14:10:10 +0000 |
|---|---|---|
| committer | Alvaro Herrera | 2012-10-09 14:17:33 +0000 |
| commit | f46baf601d889b374ba5e5f4b8280fee5aa19a7f (patch) | |
| tree | 2e41a243a5ae858ebea6d7cc50e67e6aa82a966d /configure | |
| parent | 0b77aebabfbe9155ea88ee9e11fa126315473b86 (diff) | |
Rename USE_INLINE to PG_USE_INLINE
The former name was too likely to conflict with symbols from external
headers; and, as seen in recent buildfarm failures in member spoonbill,
it has now happened at least in plpython.
Diffstat (limited to 'configure')
| -rw-r--r--[-rwxr-xr-x] | configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure index b20df66363..85b4b952cb 100755..100644 --- a/configure +++ b/configure @@ -15182,7 +15182,7 @@ $as_echo "$pgac_cv_c_inline_quietly" >&6; } if test "$pgac_cv_c_inline_quietly" != no; then cat >>confdefs.h <<_ACEOF -#define USE_INLINE 1 +#define PG_USE_INLINE 1 _ACEOF fi |
