Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
16d8d6bc
Commit
16d8d6bc
authored
May 03, 2006
by
acurtis@xiphis.org
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix legacy configure option handling
parent
7bbd8fb0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
config/ac-macros/plugins.m4
config/ac-macros/plugins.m4
+3
-2
No files found.
config/ac-macros/plugins.m4
View file @
16d8d6bc
...
@@ -60,13 +60,14 @@ AC_DEFUN([MYSQL_STORAGE_ENGINE],[
...
@@ -60,13 +60,14 @@ AC_DEFUN([MYSQL_STORAGE_ENGINE],[
MYSQL_PLUGIN_DEFINE([$1], [WITH_]AS_TR_CPP([$1])[_STORAGE_ENGINE])
MYSQL_PLUGIN_DEFINE([$1], [WITH_]AS_TR_CPP([$1])[_STORAGE_ENGINE])
ifelse([$2],[no],[],[
ifelse([$2],[no],[],[
_MYSQL_LEGACY_STORAGE_ENGINE(
_MYSQL_LEGACY_STORAGE_ENGINE(
m4_bpatsubst([$1], -, _),
m4_bpatsubst(m4_default([$2], [$1-storage-engine]), -, _))
m4_bpatsubst(m4_default([$2], [$1-storage-engine]), -, _))
])
])
])
])
AC_DEFUN([_MYSQL_LEGACY_STORAGE_ENGINE],[
AC_DEFUN([_MYSQL_LEGACY_STORAGE_ENGINE],[
if test "[${with_]$
1
[+set}]" = set; then
if test "[${with_]$
2
[+set}]" = set; then
[with_plugin_]$1="[$with_]$
1
"
[with_plugin_]$1="[$with_]$
2
"
fi
fi
])
])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment