Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 18382ae

Browse files
committed
Fix typo in commit de6fd1c.
Per buildfarm members mandrill and hornet.
1 parent de6fd1c commit 18382ae

File tree

1 file changed

+1
-1
lines changed
  • src/template

1 file changed

+1
-1
lines changed

src/template/aix

+1-1
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+
if test "$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)