[asterisk-commits] rizzo: branch rizzo/astobj2 r45871 - in
/team/rizzo/astobj2: ./ main/
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Sun Oct 22 05:52:48 MST 2006
Author: rizzo
Date: Sun Oct 22 07:52:47 2006
New Revision: 45871
URL: http://svn.digium.com/view/asterisk?rev=45871&view=rev
Log:
autoconf support for https, need to commit also the
regenerated files at some point.
Modified:
team/rizzo/astobj2/configure.ac
team/rizzo/astobj2/main/Makefile
Modified: team/rizzo/astobj2/configure.ac
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/configure.ac?rev=45871&r1=45870&r2=45871&view=diff
==============================================================================
--- team/rizzo/astobj2/configure.ac (original)
+++ team/rizzo/astobj2/configure.ac Sun Oct 22 07:52:47 2006
@@ -251,6 +251,8 @@
AC_FUNC_VPRINTF
AC_CHECK_FUNCS([asprintf atexit bzero dup2 endpwent floor ftruncate getcwd gethostbyname gethostname getloadavg gettimeofday inet_ntoa isascii localtime_r memchr memmove memset mkdir munmap pow putenv re_comp regcomp rint select setenv socket sqrt strcasecmp strcasestr strchr strcspn strdup strerror strncasecmp strndup strnlen strrchr strsep strspn strstr strtol strtoq unsetenv utime vasprintf])
+AC_CHECK_FUNCS([funopen])
+
AC_MSG_CHECKING(for compiler atomic operations)
AC_LINK_IFELSE(
AC_LANG_PROGRAM([], [int foo1; int foo2 = __sync_fetch_and_add(&foo1, 1);]),
Modified: team/rizzo/astobj2/main/Makefile
URL: http://svn.digium.com/view/asterisk/team/rizzo/astobj2/main/Makefile?rev=45871&r1=45870&r2=45871&view=diff
==============================================================================
--- team/rizzo/astobj2/main/Makefile (original)
+++ team/rizzo/astobj2/main/Makefile Sun Oct 22 07:52:47 2006
@@ -37,6 +37,8 @@
# At the moment say.o is an optional component which can be overridden
# by a module.
OBJS+=say.o
+
+AST_LIBS += $(SSL_LIB)
ifeq ($(wildcard /usr/include/sys/poll.h),)
OBJS+=poll.o
More information about the asterisk-commits
mailing list