Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite27a8df

Browse files
committed
Fix misspelling.
1 parent6160106 commite27a8df

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

‎configure

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3923,8 +3923,8 @@ echo "${ECHO_T}$with_python" >&6
39233923
#
39243924
# GSSAPI
39253925
#
3926-
echo "$as_me:$LINENO: checkingwether to build with GSSAPI support" >&5
3927-
echo $ECHO_N "checkingwether to build with GSSAPI support... $ECHO_C" >&6
3926+
echo "$as_me:$LINENO: checkingwhether to build with GSSAPI support" >&5
3927+
echo $ECHO_N "checkingwhether to build with GSSAPI support... $ECHO_C" >&6
39283928

39293929
pgac_args="$pgac_args with_gssapi"
39303930

@@ -3963,7 +3963,6 @@ echo "$as_me:$LINENO: result: $with_gssapi" >&5
39633963
echo "${ECHO_T}$with_gssapi" >&6
39643964

39653965

3966-
39673966
#
39683967
# Kerberos 5
39693968
#
@@ -6765,7 +6764,7 @@ fi
67656764

67666765
if test "$with_gssapi" = yes ; then
67676766
if test "$PORTNAME" != "win32"; then
6768-
echo "$as_me:$LINENO: checking for library containing gss_init_sec_context" >&5
6767+
echo "$as_me:$LINENO: checking for library containing gss_init_sec_context" >&5
67696768
echo $ECHO_N "checking for library containing gss_init_sec_context... $ECHO_C" >&6
67706769
if test "${ac_cv_search_gss_init_sec_context+set}" = set; then
67716770
echo $ECHO_N "(cached) $ECHO_C" >&6

‎configure.in

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
dnl Process this file with autoconf to produce a configure script.
2-
dnl $PostgreSQL: pgsql/configure.in,v 1.517 2007/07/1013:14:20 mha Exp $
2+
dnl $PostgreSQL: pgsql/configure.in,v 1.518 2007/07/1016:41:01 tgl Exp $
33
dnl
44
dnl Developers, please strive to achieve this order:
55
dnl
@@ -465,7 +465,7 @@ AC_SUBST(with_python)
465465
#
466466
# GSSAPI
467467
#
468-
AC_MSG_CHECKING([wether to build with GSSAPI support])
468+
AC_MSG_CHECKING([whether to build with GSSAPI support])
469469
PGAC_ARG_BOOL(with, gssapi, no, [ --with-gssapi build with GSSAPI support],
470470
[
471471
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
474474
AC_MSG_RESULT([$with_gssapi])
475475
AC_SUBST(with_gssapi)
476476

477-
478477
#
479478
# Kerberos 5
480479
#
@@ -768,8 +767,8 @@ fi
768767

769768
if test "$with_gssapi" = yes ; then
770769
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])])
773772
else
774773
LIBS="$LIBS -lgssapi32"
775774
fi

‎src/include/pg_config.h.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
/* Define to 1 to enable DTrace support. (--enable-dtrace) */
4040
#undef ENABLE_DTRACE
4141

42+
/* Define to build with GSSAPI support. (--with-gssapi) */
43+
#undef ENABLE_GSS
44+
4245
/* Define to 1 if you want National Language Support. (--enable-nls) */
4346
#undef ENABLE_NLS
4447

@@ -568,9 +571,6 @@
568571
/* Define to the appropriate snprintf format for 64-bit ints, if any. */
569572
#undef INT64_FORMAT
570573

571-
/* Define to build with GSSAPI support. (--with-gssapi) */
572-
#undef ENABLE_GSS
573-
574574
/* Define to build with Kerberos 5 support. (--with-krb5) */
575575
#undef KRB5
576576

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp