Diff for /pgsql/configure.in between versions 1.566 and 1.567

version 1.566, 2008/09/05 12:11:18 version 1.567, 2008/09/05 18:54:58
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.565 2008/08/29 13:02:32 petere Exp $  dnl $PostgreSQL: pgsql/configure.in,v 1.566 2008/09/05 12:11:18 petere Exp $
 dnl  dnl
 dnl Developers, please strive to achieve this order:  dnl Developers, please strive to achieve this order:
 dnl  dnl
Line 207  AC_SUBST(enable_profiling) Line 207  AC_SUBST(enable_profiling)
 # --enable-coverage enables generation of code coverage metrics with gcov  # --enable-coverage enables generation of code coverage metrics with gcov
 #  #
 PGAC_ARG_BOOL(enable, coverage, no,  PGAC_ARG_BOOL(enable, coverage, no,
               [  --enable-coverage       build with coverage testing instrumentation])                [  --enable-coverage       build with coverage testing instrumentation],
 AC_CHECK_PROGS(GCOV, gcov)  [AC_CHECK_PROGS(GCOV, gcov)
 if test -z "$GCOV"; then  if test -z "$GCOV"; then
   AC_MSG_ERROR([gcov not found])    AC_MSG_ERROR([gcov not found])
 fi  fi
Line 219  fi Line 219  fi
 AC_CHECK_PROGS(GENHTML, genhtml)  AC_CHECK_PROGS(GENHTML, genhtml)
 if test -z "$GENHTML"; then  if test -z "$GENHTML"; then
   AC_MSG_ERROR([genhtml not found])    AC_MSG_ERROR([genhtml not found])
 fi  fi])
 AC_SUBST(enable_coverage)  AC_SUBST(enable_coverage)
   
 #  #

Removed from v.1.566  
changed lines
  Added in v.1.567


PostgreSQL CVSweb <[email protected]>