diff options
author | Sergei Golubchik <sergii@pisem.net> | 2010-09-14 23:11:46 +0200 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2010-09-14 23:11:46 +0200 |
commit | 422c1366584b022617531d4dcfae6134213f10b8 (patch) | |
tree | 2942bbf90eab8eead0c4ea6f02dcc1897d4e51fe /storage/oqgraph | |
parent | 50ffaf6d0f8b1ef4e8f4604d6526d3f758e9657b (diff) | |
download | mariadb-git-422c1366584b022617531d4dcfae6134213f10b8.tar.gz |
MYSQL_PLUGIN_WITHOUT() macro for plug.in
Using it in oqgraph/plug.in to fix bug#635633
Diffstat (limited to 'storage/oqgraph')
-rw-r--r-- | storage/oqgraph/plug.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/oqgraph/plug.in b/storage/oqgraph/plug.in index 6331dade3dd..405afed1f18 100644 --- a/storage/oqgraph/plug.in +++ b/storage/oqgraph/plug.in @@ -35,6 +35,6 @@ AC_PREPROC_IFELSE( ], [AC_MSG_RESULT([yes])], [AC_MSG_RESULT([no]) - with_plugin_oqgraph=no]) + MYSQL_PLUGIN_WITHOUT(oqgraph)]) AC_LANG_POP() |