Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
d020a283
Commit
d020a283
authored
May 12, 1998
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove --disabled options from configure
parent
982c695f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
src/configure.in
src/configure.in
+1
-7
No files found.
src/configure.in
View file @
d020a283
...
@@ -175,7 +175,6 @@ fi
...
@@ -175,7 +175,6 @@ fi
dnl We have read the default value of USE_LOCALE from the template
dnl We have read the default value of USE_LOCALE from the template
dnl file. We have a further option of using
dnl file. We have a further option of using
dnl --disable-locale to explicitly disable it
dnl --enable-locale to explicitly enable it
dnl --enable-locale to explicitly enable it
dnl It defaults to disabled
dnl It defaults to disabled
AC_MSG_CHECKING(setting USE_LOCALE)
AC_MSG_CHECKING(setting USE_LOCALE)
...
@@ -187,8 +186,6 @@ AC_ARG_ENABLE(
...
@@ -187,8 +186,6 @@ AC_ARG_ENABLE(
)
)
dnl We exclude cyrillic recode support unless we override it with
dnl We exclude cyrillic recode support unless we override it with
dnl --enable-recode
dnl --disable-recode to explicitly disable it
dnl --enable-recode to explicitly enable it
dnl --enable-recode to explicitly enable it
dnl It defaults to disabled
dnl It defaults to disabled
AC_MSG_CHECKING(setting CYR_RECODE)
AC_MSG_CHECKING(setting CYR_RECODE)
...
@@ -280,11 +277,8 @@ fi
...
@@ -280,11 +277,8 @@ fi
export USE_PERL
export USE_PERL
dnl Unless we specify the command line options
dnl Unless we specify the command line options
dnl --disable cassert to explicitly disable it
dnl --enable cassert to explicitly enable it
dnl --enable cassert to explicitly enable it
dnl If you do not explicitly do it, it defaults to disabled - we
dnl If you do not explicitly do it, it defaults to disabled
dnl should make the default enabled for the development cycle
dnl We need some explanatory text here.
AC_MSG_CHECKING(setting ASSERT CHECKING)
AC_MSG_CHECKING(setting ASSERT CHECKING)
AC_ARG_ENABLE(
AC_ARG_ENABLE(
cassert,
cassert,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment