Diff for /pgsql/configure.in between versions 1.527 and 1.528

version 1.527, 2007/09/21 02:33:46 version 1.528, 2007/10/02 00:25:20
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.526 2007/09/12 14:28:55 tgl Exp $  dnl $PostgreSQL: pgsql/configure.in,v 1.527 2007/09/21 02:33:46 tgl Exp $
 dnl  dnl
 dnl Developers, please strive to achieve this order:  dnl Developers, please strive to achieve this order:
 dnl  dnl
Line 865  fi Line 865  fi
 if test "$with_openssl" = yes ; then  if test "$with_openssl" = yes ; then
   AC_CHECK_HEADER(openssl/ssl.h, [], [AC_MSG_ERROR([header file <openssl/ssl.h> is required for OpenSSL])])    AC_CHECK_HEADER(openssl/ssl.h, [], [AC_MSG_ERROR([header file <openssl/ssl.h> is required for OpenSSL])])
   AC_CHECK_HEADER(openssl/err.h, [], [AC_MSG_ERROR([header file <openssl/err.h> is required for OpenSSL])])    AC_CHECK_HEADER(openssl/err.h, [], [AC_MSG_ERROR([header file <openssl/err.h> is required for OpenSSL])])
     AC_CHECK_FUNCS([ERR_set_mark])
 fi  fi
   
 if test "$with_pam" = yes ; then  if test "$with_pam" = yes ; then

Removed from v.1.527  
changed lines
  Added in v.1.528


PostgreSQL CVSweb <[email protected]>