diff options
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.in b/configure.in index b733e5f9fb..645030b890 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -dnl $PostgreSQL: pgsql/configure.in,v 1.627 2010/05/13 22:07:42 tgl Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.628 2010/05/25 14:32:54 meskes Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -1090,6 +1090,7 @@ AC_C_CONST PGAC_C_INLINE AC_C_STRINGIZE PGAC_C_SIGNED +PGAC_C_LONG_LONG AC_C_VOLATILE PGAC_C_FUNCNAME_SUPPORT PGAC_STRUCT_TIMEZONE |