Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
06566917
Commit
06566917
authored
Mar 28, 2009
by
Austin English
Committed by
Alexandre Julliard
Mar 30, 2009
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
configure: inet_ntop and inet_pton depend on -lsocket on Solaris.
parent
f52c7e2a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
configure
configure
+4
-4
configure.ac
configure.ac
+2
-2
No files found.
configure
View file @
06566917
...
...
@@ -17950,8 +17950,6 @@ CFLAGS="$CFLAGS $BUILTINFLAG"
for
ac_func
in
\
_pclose
\
_popen
\
...
...
@@ -17983,8 +17981,6 @@ for ac_func in \
gettid
\
gettimeofday
\
getuid
\
inet_ntop
\
inet_pton
\
kqueue
\
lstat
\
memmove
\
...
...
@@ -18656,6 +18652,8 @@ fi
for
ac_func
in
\
getaddrinfo
\
getnameinfo
\
...
...
@@ -18664,6 +18662,8 @@ for ac_func in \
getprotobynumber
\
getservbyport
\
inet_network
\
inet_ntop
\
inet_pton
\
sendmsg
\
socketpair
\
...
...
configure.ac
View file @
06566917
...
...
@@ -1456,8 +1456,6 @@ AC_CHECK_FUNCS(\
gettid \
gettimeofday \
getuid \
inet_ntop \
inet_pton \
kqueue \
lstat \
memmove \
...
...
@@ -1530,6 +1528,8 @@ AC_CHECK_FUNCS(\
getprotobynumber \
getservbyport \
inet_network \
inet_ntop \
inet_pton \
sendmsg \
socketpair \
)
...
...
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