diff options
| author | Michael Meskes <meskes@postgresql.org> | 2006-08-23 12:01:53 +0000 |
|---|---|---|
| committer | Michael Meskes <meskes@postgresql.org> | 2006-08-23 12:01:53 +0000 |
| commit | 9bade3ff84f4538472fc5e2448969e94a873ee45 (patch) | |
| tree | f104bb833429e4680969460b1cb493baa1799f7d /configure.in | |
| parent | efdec1ac1bcef6f65b453efa70241a36c70863aa (diff) | |
Replaced double-quote-fix with a hopefully better version.
Use initializer string length as size for character strings.
Added ecpg_config.h file that is created via configure.
Diffstat (limited to 'configure.in')
| -rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 4350a84c0fd..0cfb0eeab7a 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.472 2006/08/17 17:25:43 petere Exp $ +dnl $PostgreSQL: pgsql/configure.in,v 1.473 2006/08/23 12:01:52 meskes Exp $ dnl dnl Developers, please strive to achieve this order: dnl @@ -1448,6 +1448,9 @@ AC_CONFIG_HEADERS([src/include/pg_config.h], echo >src/include/stamp-h ]) +AC_CONFIG_HEADERS([src/interfaces/ecpg/include/ecpg_config.h]) + + # # Warn about unknown options # |
