Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit18382ae

Browse files
committed
Fix typo in commitde6fd1c.
Per buildfarm members mandrill and hornet.
1 parentde6fd1c commit18382ae

File tree

1 file changed

+1
-1
lines changed
  • src/template

1 file changed

+1
-1
lines changed

‎src/template/aix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fi
1515
# "IBM XL C/C++ for AIX, V12.1" miscompiles, for 32-bit, some inline
1616
# expansions of ginCompareItemPointers() "long long" arithmetic. To
1717
# take advantage of inlining, build a 64-bit PostgreSQL.
18-
test "$GCC" != yes -a $(getconf HARDWARE_BITMODE) == '32'; then
18+
iftest "$GCC" != yes -a $(getconf HARDWARE_BITMODE) == '32'; then
1919
echo "$as_me: WARNING: disabling inlining on 32 bit aix due to a bug in xlc" 2>&1
2020
CPPFLAGS="$CPPFLAGS -DPG_FORCE_DISABLE_INLINE"
2121
fi

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp