- static build works again
This commit is contained in:
parent
886df531f8
commit
ab4189e60e
@ -3,6 +3,7 @@
|
||||
9-Oct-2005: - Expiration timeout is now taken from the REGISTER response
|
||||
- fix: no audio with some UAs that do not include a
|
||||
Contact header in ACK messages (which is compliant).
|
||||
- static build works again
|
||||
1-Oct-2005: - [1278537] Read proxy_auth_pwfile after config file is read
|
||||
- [1278591] Proxy-Authenticate header not included in response
|
||||
- process empty Contact header (means "query registrations")
|
||||
|
||||
@ -35,6 +35,7 @@ dnl Cygwin build support
|
||||
dnl 13-Feb-2005 tries check for # of args on libosip2 functions
|
||||
dnl 10-Apr-2005 tries check for docbook
|
||||
dnl 18-Apr-2005 tries added libresolv
|
||||
dnl 9-Oct-2005 tries libresolv is now included in static build
|
||||
dnl
|
||||
dnl
|
||||
|
||||
@ -372,8 +373,10 @@ AC_CHECK_TYPE(socklen_t,
|
||||
|
||||
dnl
|
||||
dnl Checks for libraries
|
||||
dnl Note: the __res_query symbol is to catch the lib when building "static"
|
||||
dnl
|
||||
AC_CHECK_LIB(resolv,res_query,)
|
||||
AC_CHECK_LIB(resolv,__res_query,)
|
||||
|
||||
|
||||
dnl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user