mirror of
https://github.com/MariaDB/server.git
synced 2025-01-20 14:02:32 +01:00
branches/zip:
Fix the indentation of the closing bracket.
This commit is contained in:
parent
7fd517a79d
commit
cc78975784
1 changed files with 2 additions and 2 deletions
4
plug.in
4
plug.in
|
@ -110,7 +110,7 @@ MYSQL_PLUGIN_ACTIONS(innobase, [
|
|||
[
|
||||
AC_MSG_RESULT(no)
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
AC_MSG_CHECKING(whether pthread_t can be used by GCC atomic builtins)
|
||||
AC_TRY_RUN(
|
||||
|
@ -140,7 +140,7 @@ MYSQL_PLUGIN_ACTIONS(innobase, [
|
|||
[
|
||||
AC_MSG_RESULT(no)
|
||||
]
|
||||
)
|
||||
)
|
||||
|
||||
# Try using solaris atomics on SunOS if GCC atomics are not available
|
||||
AC_CHECK_DECLS(
|
||||
|
|
Loading…
Reference in a new issue