Commit f4303a98 authored by vasil's avatar vasil

branches/zip:

Fix the indentation of the closing bracket.
parent 0425e482
...@@ -110,7 +110,7 @@ MYSQL_PLUGIN_ACTIONS(innobase, [ ...@@ -110,7 +110,7 @@ MYSQL_PLUGIN_ACTIONS(innobase, [
[ [
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
] ]
) )
AC_MSG_CHECKING(whether pthread_t can be used by GCC atomic builtins) AC_MSG_CHECKING(whether pthread_t can be used by GCC atomic builtins)
AC_TRY_RUN( AC_TRY_RUN(
...@@ -140,7 +140,7 @@ MYSQL_PLUGIN_ACTIONS(innobase, [ ...@@ -140,7 +140,7 @@ MYSQL_PLUGIN_ACTIONS(innobase, [
[ [
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
] ]
) )
# Try using solaris atomics on SunOS if GCC atomics are not available # Try using solaris atomics on SunOS if GCC atomics are not available
AC_CHECK_DECLS( AC_CHECK_DECLS(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment