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
e2483f59
Commit
e2483f59
authored
Aug 03, 2000
by
tim@localhost.polyesthetic.msg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make BerkeleyDB configuration work.
parent
407d7bb8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
acinclude.m4
acinclude.m4
+2
-3
No files found.
acinclude.m4
View file @
e2483f59
...
...
@@ -739,7 +739,7 @@ dnl echo ["MYSQL_CHECK_BDB_DIR ($1)"]
MYSQL_CHECK_INSTALLED_BDB([$dir/include], [$dir/lib])
if test X"bdb_dir_ok" != Xinstalled; then
if test X"
$
bdb_dir_ok" != Xinstalled; then
# test to see if it's a source dir
rel="$dir/dist/RELEASE"
if test -f "$rel"; then
...
...
@@ -754,8 +754,7 @@ dnl echo ["MYSQL_CHECK_BDB_DIR ($1)"]
bdb_dir_ok="$bdb_version_ok"
fi
else
# bdb_dir_ok="'$dir' doesn't look like a BDB directory"
bdb_dir_ok="installed"
bdb_dir_ok="'$dir' doesn't look like a BDB directory ($bdb_dir_ok)"
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