mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
Tue Jan 13 16:21:44 CST 2009 Pekka Pessi <first.last@nokia.com>
* sac-su2.m4: check for strnlen(), do not check for strcasestr() git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11821 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
8cb0c75279
commit
ec1024d619
@ -530,6 +530,7 @@ AC_CHECK_FUNCS([gettimeofday strerror random initstate tcsetattr flock \
|
||||
socketpair gethostname gethostbyname getipnodebyname \
|
||||
poll epoll_create kqueue select if_nameindex \
|
||||
signal alarm \
|
||||
strnlen \
|
||||
getaddrinfo getnameinfo freeaddrinfo gai_strerror getifaddrs \
|
||||
getline getdelim getpass])
|
||||
# getline getdelim getpass are _GNU_SOURCE stuff
|
||||
@ -548,7 +549,7 @@ if test $ac_cv_func_if_nameindex = yes ; then
|
||||
[Define to 1 if you have if_nameindex().])
|
||||
fi
|
||||
|
||||
SAC_REPLACE_FUNCS([memmem memccpy memspn memcspn strcasestr strtoull \
|
||||
SAC_REPLACE_FUNCS([memmem memccpy memspn memcspn strtoull \
|
||||
inet_ntop inet_pton poll])
|
||||
|
||||
if test $ac_cv_func_signal = yes ; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user