Diff for /pgsql/configure.in between versions 1.520 and 1.521

version 1.520, 2007/07/12 14:36:52 version 1.521, 2007/07/14 11:13:28
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.519 2007/07/12 14:10:39 mha Exp $  dnl $PostgreSQL: pgsql/configure.in,v 1.520 2007/07/12 14:36:52 mha Exp $
 dnl  dnl
 dnl Developers, please strive to achieve this order:  dnl Developers, please strive to achieve this order:
 dnl  dnl
Line 767  fi Line 767  fi
   
 if test "$with_gssapi" = yes ; then  if test "$with_gssapi" = yes ; then
   if test "$PORTNAME" != "win32"; then    if test "$PORTNAME" != "win32"; then
     AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 'gssapi -lkrb5 -lcrypto'], [],      AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5 gss 'gssapi -lkrb5 -lcrypto'], [],
                                   [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])                                    [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
   else    else
     LIBS="$LIBS -lgssapi32"      LIBS="$LIBS -lgssapi32"

Removed from v.1.520  
changed lines
  Added in v.1.521


PostgreSQL CVSweb <[email protected]>