diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-21 16:24:03 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-21 16:24:03 +0200 |
commit | 54708d354de7767b3303f7a41ae1a95fc8845765 (patch) | |
tree | 535115f63ecb75f0ebf44fb63d8232d3dcbea1b4 /config | |
parent | bbdbcd0eb81fde41f6f8f032fec882d9bc12a8a8 (diff) | |
parent | 27c90812cf6424c773562c2320924924ca13bb50 (diff) | |
download | mariadb-git-54708d354de7767b3303f7a41ae1a95fc8845765.tar.gz |
merged
Diffstat (limited to 'config')
-rw-r--r-- | config/ac-macros/plugins.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/ac-macros/plugins.m4 b/config/ac-macros/plugins.m4 index 40da4293551..cfc70d188a9 100644 --- a/config/ac-macros/plugins.m4 +++ b/config/ac-macros/plugins.m4 @@ -26,7 +26,7 @@ AC_DEFUN([MYSQL_PLUGIN],[ [__MYSQL_PLUGIN_]AS_TR_CPP([$1])[__], m4_default([$2], [$1 plugin]), m4_default([$3], [plugin for $1]), - m4_default([$4], []), + m4_default([[$4]], []), ) ]) @@ -61,7 +61,7 @@ dnl dnl --------------------------------------------------------------------------- AC_DEFUN([MYSQL_STORAGE_ENGINE],[ - MYSQL_PLUGIN([$1], [$3], [$4], [[$5]]) + MYSQL_PLUGIN([$1], [$3], [$4], [$5]) MYSQL_PLUGIN_DEFINE([$1], [WITH_]AS_TR_CPP([$1])[_STORAGE_ENGINE]) ifelse([$2],[no],[],[ _MYSQL_LEGACY_STORAGE_ENGINE( |