Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
D
dbus
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
242
Issues
242
List
Boards
Labels
Service Desk
Milestones
Merge Requests
31
Merge Requests
31
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dbus
dbus
Commits
f602dcb8
Commit
f602dcb8
authored
Oct 13, 2006
by
John Palmieri
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* configure.in: Check for gethostbyname first before we check for it
in libnsl. On gnu systems it is implemeneted
parent
2f2a3334
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
ChangeLog
ChangeLog
+5
-0
configure.in
configure.in
+1
-1
No files found.
ChangeLog
View file @
f602dcb8
2006
-
10
-
11
John
(
J5
)
Palmieri
<
johnp
@
redhat
.
com
>
*
configure
.
in
:
Check
for
gethostbyname
first
before
we
check
for
it
in
libnsl
.
On
gnu
systems
it
is
implemeneted
2006
-
10
-
13
Havoc
Pennington
<
hp
@
redhat
.
com
>
*
dbus
/
dbus
-
connection
.
c
...
...
configure.in
View file @
f602dcb8
...
...
@@ -508,7 +508,7 @@ fi
#### Various functions
AC_CHECK_LIB(socket,socket)
AC_CHECK_
LIB(nsl,gethostbyname
)
AC_CHECK_
FUNC(gethostbyname,,[AC_CHECK_LIB(nsl,gethostbyname)]
)
AC_CHECK_FUNCS(vsnprintf vasprintf nanosleep usleep poll setenv unsetenv socketpair getgrouplist fpathconf)
...
...
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