*** pgsql/configure.in 2005/12/06 02:29:03 1.434 --- pgsql/configure.in 2005/12/06 04:53:02 1.435 *************** *** 1,5 **** dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql/configure.in,v 1.433 2005/12/04 03:52:24 momjian Exp $ dnl dnl Developers, please strive to achieve this order: dnl --- 1,5 ---- dnl Process this file with autoconf to produce a configure script. ! dnl $PostgreSQL: pgsql/configure.in,v 1.434 2005/12/06 02:29:03 tgl Exp $ dnl dnl Developers, please strive to achieve this order: dnl *************** fi *** 859,864 **** --- 859,868 ---- if test "$PORTNAME" = "win32"; then # Win32 gets this built unconditionally + # libintl versions prior to 0.13 use the native *printf functions. + # Win32 *printf does not understand %$, so on Win32 using pre-0.13 libintl + # it is necessary to use the pg versions of *printf to properly process + # NLS strings that use the %$ format. pgac_need_repl_snprintf=yes else pgac_need_repl_snprintf=no