mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Fix misspelling.
This commit is contained in:
7
configure
vendored
7
configure
vendored
@ -3923,8 +3923,8 @@ echo "${ECHO_T}$with_python" >&6
|
||||
#
|
||||
# GSSAPI
|
||||
#
|
||||
echo "$as_me:$LINENO: checking wether to build with GSSAPI support" >&5
|
||||
echo $ECHO_N "checking wether to build with GSSAPI support... $ECHO_C" >&6
|
||||
echo "$as_me:$LINENO: checking whether to build with GSSAPI support" >&5
|
||||
echo $ECHO_N "checking whether to build with GSSAPI support... $ECHO_C" >&6
|
||||
|
||||
pgac_args="$pgac_args with_gssapi"
|
||||
|
||||
@ -3963,7 +3963,6 @@ echo "$as_me:$LINENO: result: $with_gssapi" >&5
|
||||
echo "${ECHO_T}$with_gssapi" >&6
|
||||
|
||||
|
||||
|
||||
#
|
||||
# Kerberos 5
|
||||
#
|
||||
@ -6765,7 +6764,7 @@ fi
|
||||
|
||||
if test "$with_gssapi" = yes ; then
|
||||
if test "$PORTNAME" != "win32"; then
|
||||
echo "$as_me:$LINENO: checking for library containing gss_init_sec_context" >&5
|
||||
echo "$as_me:$LINENO: checking for library containing gss_init_sec_context" >&5
|
||||
echo $ECHO_N "checking for library containing gss_init_sec_context... $ECHO_C" >&6
|
||||
if test "${ac_cv_search_gss_init_sec_context+set}" = set; then
|
||||
echo $ECHO_N "(cached) $ECHO_C" >&6
|
||||
|
Reference in New Issue
Block a user