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
54fbb3bd
Commit
54fbb3bd
authored
Mar 18, 2004
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge lgrimmer@build.mysql.com:/home/bk/mysql-4.1
into mysql.com:/space/my/mysql-4.1
parents
fa6a3378
d6964b33
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
22 deletions
+2
-22
configure.in
configure.in
+2
-22
No files found.
configure.in
View file @
54fbb3bd
...
...
@@ -2704,9 +2704,7 @@ then
/
*
)
rel_srcdir
=
"
$srcdir
"
;;
*
)
rel_srcdir
=
"../../
$srcdir
"
;;
esac
(
cd
$bdb
/build_unix
&&
\
sh
$rel_srcdir
/
$bdb
/dist/configure
$bdb_conf_flags
)
||
\
AC_MSG_ERROR
([
could not configure Berkeley DB]
)
AC_CONFIG_SUBDIRS
(
$bdb
/dist/configure
)
dnl
echo
"bdb = '
$bdb
'; inc = '
$bdb_includes
', lib = '
$bdb_libs
'"
echo
"END OF BERKELEY DB CONFIGURATION"
...
...
@@ -2745,25 +2743,7 @@ EOF
then
innodb_conf_flags
=
""
sql_server_dirs
=
"
$sql_server_dirs
innobase"
echo
"CONFIGURING FOR INNODB"
if
test
!
-d
"innobase"
;
then
# This should only happen when doing a VPATH build
echo
"NOTICE: I have to make the Innobase directory:
`
pwd
`
/innobase"
mkdir
"innobase"
||
exit
1
fi
rel_srcdir
=
case
"
$srcdir
"
in
/
*
)
rel_srcdir
=
"
$srcdir
"
;;
*
)
rel_srcdir
=
"../
$srcdir
"
;;
esac
if
test
"x
$enable_dependency_tracking
"
==
xno
then
innodb_conf_flags
=
--disable-dependency-tracking
fi
(
cd
innobase
&&
sh
$rel_srcdir
/innobase/configure
--host
=
$host
$innodb_conf_flags
)
\
||
AC_MSG_ERROR
([
could not configure INNODB]
)
echo
"END OF INNODB CONFIGURATION"
AC_CONFIG_SUBDIRS
(
innobase
)
fi
#
# END of configuration for optional table handlers
...
...
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