1
1
dnl Process this file with autoconf to produce a configure script.
2
- dnl $PostgreSQL: pgsql/configure.in,v 1.517 2007/07/10 13:14:20 mha Exp $
2
+ dnl $PostgreSQL: pgsql/configure.in,v 1.518 2007/07/10 16:41:01 tgl Exp $
3
3
dnl
4
4
dnl Developers, please strive to achieve this order:
5
5
dnl
@@ -465,7 +465,7 @@ AC_SUBST(with_python)
465
465
#
466
466
# GSSAPI
467
467
#
468
- AC_MSG_CHECKING([wether to build with GSSAPI support])
468
+ AC_MSG_CHECKING([whether to build with GSSAPI support])
469
469
PGAC_ARG_BOOL(with, gssapi, no, [ --with-gssapi build with GSSAPI support],
470
470
[
471
471
AC_DEFINE(ENABLE_GSS, 1, [Define to build with GSSAPI support. (--with-gssapi)])
@@ -474,7 +474,6 @@ PGAC_ARG_BOOL(with, gssapi, no, [ --with-gssapi build with GSSAPI sup
474
474
AC_MSG_RESULT([$with_gssapi])
475
475
AC_SUBST(with_gssapi)
476
476
477
-
478
477
#
479
478
# Kerberos 5
480
479
#
768
767
769
768
if test "$with_gssapi" = yes ; then
770
769
if test "$PORTNAME" != "win32"; then
771
- AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5], [],
772
- [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
770
+ AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5], [],
771
+ [AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
773
772
else
774
773
LIBS="$LIBS -lgssapi32"
775
774
fi
0 commit comments