Diff for /pgsql/configure.in between versions 1.327 and 1.328

version 1.327, 2004/04/25 20:57:32 version 1.328, 2004/04/25 21:04:59
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-server/configure.in,v 1.326 2004/04/24 03:09:35 momjian Exp $  dnl $PostgreSQL: pgsql-server/configure.in,v 1.327 2004/04/25 20:57:32 momjian Exp $
 dnl  dnl
 dnl Developers, please strive to achieve this order:  dnl Developers, please strive to achieve this order:
 dnl  dnl
Line 1232  $MAKE -C $srcdir/src/tools/thread >&5 || Line 1232  $MAKE -C $srcdir/src/tools/thread >&5 ||
           AC_MSG_ERROR([Can not build thread test proram.]))            AC_MSG_ERROR([Can not build thread test proram.]))
 $srcdir/src/tools/thread/thread_test >&5 ||  $srcdir/src/tools/thread/thread_test >&5 ||
         ( rm -f src/Makefile.global          ( rm -f src/Makefile.global
           AC_MSG_ERROR([Thread test program failed.]))            AC_MSG_ERROR([Thread test program failed.  See 'config.log' for details.]))
 $MAKE -C $srcdir/src/tools/thread clean >&5 ||  $MAKE -C $srcdir/src/tools/thread clean >&5 ||
         ( rm -f src/Makefile.global          ( rm -f src/Makefile.global
           AC_MSG_ERROR([Can not clean thread test directory.]))            AC_MSG_ERROR([Can not clean thread test directory.]))

Removed from v.1.327  
changed lines
  Added in v.1.328


PostgreSQL CVSweb <[email protected]>