Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
postgres-lambda-diff
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jakob Huber
postgres-lambda-diff
Commits
e27a8df1
Commit
e27a8df1
authored
17 years ago
by
Tom Lane
Browse files
Options
Downloads
Patches
Plain Diff
Fix misspelling.
parent
6160106c
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
configure
+3
-4
3 additions, 4 deletions
configure
configure.in
+4
-5
4 additions, 5 deletions
configure.in
src/include/pg_config.h.in
+3
-3
3 additions, 3 deletions
src/include/pg_config.h.in
with
10 additions
and
12 deletions
configure
+
3
−
4
View file @
e27a8df1
...
...
@@ -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 w
h
ether to build with GSSAPI support" >&5
echo $ECHO_N "checking w
h
ether 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
...
...
This diff is collapsed.
Click to expand it.
configure.in
+
4
−
5
View file @
e27a8df1
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.51
7
2007/07/10 1
3:14:20 mha
Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.51
8
2007/07/10 1
6:41:01 tgl
Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
...
...
@@ -465,7 +465,7 @@ AC_SUBST(with_python)
#
# GSSAPI
#
AC_MSG_CHECKING([wether to build with GSSAPI support])
AC_MSG_CHECKING([w
h
ether to build with GSSAPI support])
PGAC_ARG_BOOL(with, gssapi, no, [ --with-gssapi build with GSSAPI support],
[
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
AC_MSG_RESULT([$with_gssapi])
AC_SUBST(with_gssapi)
#
# Kerberos 5
#
...
...
@@ -768,8 +767,8 @@ fi
if test "$with_gssapi" = yes ; then
if test "$PORTNAME" != "win32"; then
AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5], [],
[AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
AC_SEARCH_LIBS(gss_init_sec_context, [gssapi_krb5], [],
[AC_MSG_ERROR([could not find function 'gss_init_sec_context' required for GSSAPI])])
else
LIBS="$LIBS -lgssapi32"
fi
...
...
This diff is collapsed.
Click to expand it.
src/include/pg_config.h.in
+
3
−
3
View file @
e27a8df1
...
...
@@ -39,6 +39,9 @@
/* Define to 1 to enable DTrace support. (--enable-dtrace) */
#undef ENABLE_DTRACE
/* Define to build with GSSAPI support. (--with-gssapi) */
#undef ENABLE_GSS
/* Define to 1 if you want National Language Support. (--enable-nls) */
#undef ENABLE_NLS
...
...
@@ -568,9 +571,6 @@
/* Define to the appropriate snprintf format for 64-bit ints, if any. */
#undef INT64_FORMAT
/* Define to build with GSSAPI support. (--with-gssapi) */
#undef ENABLE_GSS
/* Define to build with Kerberos 5 support. (--with-krb5) */
#undef KRB5
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment