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
d215e2e8
Commit
d215e2e8
authored
Apr 26, 2006
by
unknown
Browse files
Options
Browse Files
Download
Plain Diff
Merge kboortz@bk-internal.mysql.com:/home/bk/mysql-4.1
into mysql.com:/Users/kent/mysql/bk/mysql-4.1-new
parents
6dd5c290
42624eda
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
configure.in
configure.in
+2
-3
No files found.
configure.in
View file @
d215e2e8
...
@@ -827,9 +827,8 @@ AC_CHECK_FUNC(yp_get_default_domain, ,
...
@@ -827,9 +827,8 @@ AC_CHECK_FUNC(yp_get_default_domain, ,
AC_CHECK_FUNC
(
p2open, , AC_CHECK_LIB
(
gen, p2open
))
AC_CHECK_FUNC
(
p2open, , AC_CHECK_LIB
(
gen, p2open
))
# This may get things to compile even if bind-8 is installed
# This may get things to compile even if bind-8 is installed
AC_CHECK_FUNC
(
bind
, , AC_CHECK_LIB
(
bind
,
bind
))
AC_CHECK_FUNC
(
bind
, , AC_CHECK_LIB
(
bind
,
bind
))
# For crypt() on Linux
# Check if crypt() exists in libc or libcrypt, sets LIBS if needed
AC_CHECK_LIB
(
crypt, crypt
)
AC_SEARCH_LIBS
(
crypt, crypt, AC_DEFINE
(
HAVE_CRYPT, 1,
[
crypt]
))
AC_CHECK_FUNC
(
crypt, AC_DEFINE
([
HAVE_CRYPT],
[
1],
[
crypt]
))
# For sem_xxx functions on Solaris 2.6
# For sem_xxx functions on Solaris 2.6
AC_CHECK_FUNC
(
sem_init, , AC_CHECK_LIB
(
posix4, sem_init
))
AC_CHECK_FUNC
(
sem_init, , AC_CHECK_LIB
(
posix4, sem_init
))
...
...
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