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
d4aab2c0
Commit
d4aab2c0
authored
25 years ago
by
Tatsuo Ishii
Browse files
Options
Downloads
Patches
Plain Diff
Revert back Makefile.global
Add check for --with-mb. It is now obsoleted.
parent
8ff9f85b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/Makefile.global.in
+1
-4
1 addition, 4 deletions
src/Makefile.global.in
src/configure
+421
-410
421 additions, 410 deletions
src/configure
src/configure.in
+6
-0
6 additions, 0 deletions
src/configure.in
with
428 additions
and
414 deletions
src/Makefile.global.in
+
1
−
4
View file @
d4aab2c0
...
...
@@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.6
4
2000/01/1
8
0
3:01:40
ishii Exp $
# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.6
5
2000/01/1
9
0
1:42:12
ishii Exp $
#
# NOTES
# Essentially all Postgres make files include this file and use the
...
...
@@ -160,9 +160,6 @@ X11_LIBS= -lX11 @X_EXTRA_LIBS@
# flag whether multibyte is on/off
MULTIBYTE
=
@MULTIBYTE@
ifdef
MULTIBYTE
MBFLAGS
=
-DMULTIBYTE
endif
##############################################################################
#
...
...
This diff is collapsed.
Click to expand it.
src/configure
+
421
−
410
View file @
d4aab2c0
This diff is collapsed.
Click to expand it.
src/configure.in
+
6
−
0
View file @
d4aab2c0
...
...
@@ -262,6 +262,12 @@ Or do not specify an argument to the option to use the default.])
AC_MSG_RESULT("disabled")
)
AC_ARG_WITH(mb,
[ --with-mb=<encoding> this option is obsoleted ],
[
AC_MSG_ERROR([*** --with-mb is not supported anymore. Use --enable-multibyte instead.])
]
)
dnl We use the default value of 5432 for the DEF_PGPORT value. If
dnl we over-ride it with --with-pgport=port then we bypass this piece
...
...
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