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

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+
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy