diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 8691fa0ce41..e9f6302e7e9 100755 --- a/configure +++ b/configure @@ -19693,7 +19693,7 @@ HAVE_LONG_INT_64=$pgac_cv_type_long_int_64 if test x"$pgac_cv_type_long_int_64" = xyes ; then cat >>confdefs.h <<\_ACEOF -#define HAVE_LONG_INT_64 +#define HAVE_LONG_INT_64 1 _ACEOF fi @@ -19826,7 +19826,7 @@ HAVE_LONG_LONG_INT_64=$pgac_cv_type_long_long_int_64 if test x"$pgac_cv_type_long_long_int_64" = xyes ; then cat >>confdefs.h <<\_ACEOF -#define HAVE_LONG_LONG_INT_64 +#define HAVE_LONG_LONG_INT_64 1 _ACEOF fi |