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
a7d400ad
Commit
a7d400ad
authored
Aug 04, 2006
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix inadequate quoting in test for AIX xlc.
parent
5d844d32
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
configure
configure
+1
-1
configure.in
configure.in
+2
-2
No files found.
configure
View file @
a7d400ad
...
...
@@ -3081,7 +3081,7 @@ echo "${ECHO_T}no" >&6
fi
rm
-f
conftest.err conftest.
$ac_objext
conftest.
$ac_ext
elif
test
${
CC
}
=
"xlc"
;
then
elif
test
x
"
${
CC
}
"
=
x
"xlc"
;
then
# AIX xlc has to have strict aliasing turned off too
echo
"
$as_me
:
$LINENO
: checking if
$CC
supports -qnoansialias"
>
&5
echo
$ECHO_N
"checking if
$CC
supports -qnoansialias...
$ECHO_C
"
>
&6
...
...
configure.in
View file @
a7d400ad
dnl Process this file with autoconf to produce a configure script.
dnl $PostgreSQL: pgsql/configure.in,v 1.47
0 2006/07/27 13:20:24 momjian
Exp $
dnl $PostgreSQL: pgsql/configure.in,v 1.47
1 2006/08/04 15:16:14 tgl
Exp $
dnl
dnl Developers, please strive to achieve this order:
dnl
...
...
@@ -284,7 +284,7 @@ choke me
# Disable strict-aliasing rules; needed for gcc 3.3+
PGAC_PROG_CC_CFLAGS_OPT([-fno-strict-aliasing])
elif test
${CC} =
"xlc"; then
elif test
x"${CC}" = x
"xlc"; then
# AIX xlc has to have strict aliasing turned off too
PGAC_PROG_CC_CFLAGS_OPT([-qnoansialias])
fi
...
...
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