mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
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.
This commit is contained 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
|
||||
#
|
||||
|
Reference in New Issue
Block a user