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

Commit 82d33ba

Browse files
committed
Fix wrong merge of configure.in
1 parent 8fee658 commit 82d33ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/c-compiler.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ if (q != holder)
157157
])],
158158
[pgac_cv__128bit_int_bug=ok],
159159
[pgac_cv__128bit_int_bug=broken],
160-
[pgac_cv__128bit_int_bug="assuming ok"]))
160+
[pgac_cv__128bit_int_bug="assuming ok"])
161161
if test x"$pgac_cv__128bit_int_bug" != xbroken ; then
162162
AC_DEFINE(PG_INT128_TYPE, __int128, [Define to the name of a signed 128-bit integer type.])
163163
AC_CHECK_ALIGNOF(PG_INT128_TYPE)

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15141,7 +15141,7 @@ fi
1514115141
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
1514215142
conftest.$ac_objext conftest.beam conftest.$ac_ext
1514315143
fi
15144-
)
15144+
1514515145
if test x"$pgac_cv__128bit_int_bug" != xbroken ; then
1514615146

1514715147
$as_echo "#define PG_INT128_TYPE __int128" >>confdefs.h

0 commit comments

Comments
 (0)