[Freeswitch-svn] [commit] r13597 - freeswitch/trunk

FreeSWITCH SVN mikej at freeswitch.org
Wed Jun 3 15:15:08 PDT 2009


Author: mikej
Date: Wed Jun  3 17:15:08 2009
New Revision: 13597

Log:
add configure check for getifaddrs

Modified:
   freeswitch/trunk/configure.in

Modified: freeswitch/trunk/configure.in
==============================================================================
--- freeswitch/trunk/configure.in	(original)
+++ freeswitch/trunk/configure.in	Wed Jun  3 17:15:08 2009
@@ -343,7 +343,7 @@
 AC_FUNC_MALLOC
 AC_TYPE_SIGNAL
 AC_FUNC_STRFTIME
-AC_CHECK_FUNCS([gethostname vasprintf mmap mlock mlockall usleep])
+AC_CHECK_FUNCS([gethostname vasprintf mmap mlock mlockall usleep getifaddrs])
 AC_CHECK_FUNCS([sched_setscheduler setpriority setrlimit setgroups initgroups])
 AC_CHECK_FUNCS([wcsncmp setgroups asprintf setenv pselect gettimeofday localtime_r gmtime_r strcasecmp stricmp _stricmp])
 



More information about the Freeswitch-svn mailing list