Diff for /pgsql/configure.in between versions 1.414 and 1.415

version 1.414, 2005/07/01 18:17:30 version 1.415, 2005/07/03 18:54:26
Line 1 Line 1
 dnl Process this file with autoconf to produce a configure script.  dnl Process this file with autoconf to produce a configure script.
 dnl $PostgreSQL: pgsql/configure.in,v 1.413 2005/06/27 02:04:23 neilc Exp $  dnl $PostgreSQL: pgsql/configure.in,v 1.414 2005/07/01 18:17:30 petere Exp $
 dnl  dnl
 dnl Developers, please strive to achieve this order:  dnl Developers, please strive to achieve this order:
 dnl  dnl
Line 304  AC_DEFINE_UNQUOTED(PG_VERSION_STR, Line 304  AC_DEFINE_UNQUOTED(PG_VERSION_STR,
   
   
 #  #
   # Native compiler
   #
   
   if test -z "$CC_FOR_BUILD"; then
     CC_FOR_BUILD=$CC
   fi
   
   AC_SUBST(CC_FOR_BUILD)
   
   
   #
 # Set up TAS assembly code if needed; the template file has now had its  # Set up TAS assembly code if needed; the template file has now had its
 # chance to request this.  # chance to request this.
 #  #

Removed from v.1.414  
changed lines
  Added in v.1.415


PostgreSQL CVSweb <[email protected]>