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
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9907e751
Commit
9907e751
authored
Mar 07, 2001
by
tim@threads.polyesthetic.msg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change --with-innobase-db to --with-innobase.
parent
f74ffcca
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
acinclude.m4
acinclude.m4
+6
-6
No files found.
acinclude.m4
View file @
9907e751
...
@@ -866,24 +866,24 @@ dnl ---------------------------------------------------------------------------
...
@@ -866,24 +866,24 @@ dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
dnl Macro: MYSQL_CHECK_INNOBASE
dnl Macro: MYSQL_CHECK_INNOBASE
dnl Sets HAVE_INNOBASE_DB if --with-innobase
-db
is used
dnl Sets HAVE_INNOBASE_DB if --with-innobase is used
dnl ---------------------------------------------------------------------------
dnl ---------------------------------------------------------------------------
AC_DEFUN([MYSQL_CHECK_INNOBASE], [
AC_DEFUN([MYSQL_CHECK_INNOBASE], [
AC_ARG_WITH([innobase
-db
],
AC_ARG_WITH([innobase],
[\
[\
--with-innobase
-db Use Innobase DB
],
--with-innobase
Use Innobase
],
[innobase="$withval"],
[innobase="$withval"],
[innobase=no])
[innobase=no])
AC_MSG_CHECKING([for Innobase
DB
])
AC_MSG_CHECKING([for Innobase])
have_innobase_db=no
have_innobase_db=no
innobase_includes=
innobase_includes=
innobase_libs=
innobase_libs=
case "$innobase" in
case "$innobase" in
yes )
yes )
AC_MSG_RESULT([Using Innobase
DB
])
AC_MSG_RESULT([Using Innobase])
AC_DEFINE(HAVE_INNOBASE_DB)
AC_DEFINE(HAVE_INNOBASE_DB)
have_innobase_db="yes"
have_innobase_db="yes"
innobase_includes="-I../innobase/include"
innobase_includes="-I../innobase/include"
...
@@ -929,7 +929,7 @@ dnl circular references.
...
@@ -929,7 +929,7 @@ dnl circular references.
AC_CHECK_LIB(rt, aio_read, [innobase_libs="$innobase_libs -lrt"])
AC_CHECK_LIB(rt, aio_read, [innobase_libs="$innobase_libs -lrt"])
;;
;;
* )
* )
AC_MSG_RESULT([Not using Innobase
DB
])
AC_MSG_RESULT([Not using Innobase])
;;
;;
esac
esac
...
...
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