Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
BC
public
external
sofia-sip
Commits
40912386
Commit
40912386
authored
19 years ago
by
Pekka Pessi
Browse files
Options
Download
Patches
Plain Diff
Added check for socket library.
darcs-hash:20051201122500-65a35-aec4fc2b5127b573e9a36596ca5f495189937b76.gz
parent
4c47c989
bc
bc-flexisip-release/2.3
bc_flexisip_2_0
dev/fix_tls_setup
fix/certificate_update_multiple_transports
master
tmp/test_tport
1.13.45bc
1.13.44bc
1.13.43bc
1.13.42bc
1.13.41bc
1.13.40bc
1.13.39bc
1.13.38bc
1.13.37bc
1.13.36bc
1.13.35bc
1.13.34bc
1.13.33bc
1.13.32bc
1.13.30bc
1.13.29bc
1.13.28bc
1.13.27
1.13.26
1.13.26bc
1.13.25bc
1.13.24bc
1.13.23bc
1.13.22bc
1.13.21bc
1.13.20bc
1.13.19bc
1.13.18bc
1.13.16bc
1.13.11bc
1.13.10bc
1.13.9bc
1.13.8bc
1.13.7bc
1.13.6bc
1.13.5bc
1.13.4bc
1.13.3bc
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure.ac
+0
-1
configure.ac
m4/sac-su.m4
+2
-0
m4/sac-su.m4
with
2 additions
and
1 deletion
configure.ac
+
0
−
1
View file @
40912386
...
...
@@ -49,7 +49,6 @@ AC_SUBST([m4dir])
### checks for libraries
### --------------------
AC_CHECK_LIB(pthread, pthread_create)
SAC_SOFIA_SU
SAC_OPENSSL
...
...
This diff is collapsed.
Click to expand it.
m4/sac-su.m4
+
2
−
0
View file @
40912386
...
...
@@ -21,6 +21,8 @@ dnl SAC_CHECK_SU_LIBS - check for libraries used by su
dnl ======================================================================
AC_DEFUN([SAC_CHECK_SU_LIBS], [
AC_REQUIRE([SAC_WITH_RT])
AC_CHECK_LIB(pthread, pthread_create)
AC_CHECK_LIB(socket, socketpair,,,-lnsl)
if test "${with_rt}" != no; then
AC_SEARCH_LIBS(clock_gettime, rt)
fi
...
...
This diff is collapsed.
Click to expand it.
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets