aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
2007-12-12Merged revisions 92463 via svnmerge from tilghman1-2/+2
2007-12-11Trunk build would fail due to the nonexistence of zaptel hwgainmmichelson1-0/+3
2007-11-26Update the configure script check for libpri to check for the newest functionrussell1-1/+1
2007-11-21enable support for stack backtrace for stuff built in utils/rizzo1-1/+1
2007-11-21add check for video4linuxrizzo1-0/+4
2007-11-21X11 checks (at least some - for other platforms withrizzo1-2/+8
2007-11-20i got a little carried away with commas ...russell1-2/+2
2007-11-20fix the zaptel configure script checkrussell1-2/+2
2007-11-20add an argument for extra headers to AC_EXT_LIB_CHECK,rizzo1-5/+5
2007-11-18Change autoconf logic a bit so it says what it is looking for in two instance...file1-0/+3
2007-11-17Use autoconf logic to determine the presence of PTHREAD_RECURSIVE_MUTEX_INITI...file1-0/+2
2007-11-17start using asterisk/network.h for network related headers.rizzo1-0/+2
2007-11-17timersub is a macro not a function, so write the check in a wayrizzo1-1/+8
2007-11-17Update the configure script check for sys/poll.h to also provide the result inrussell1-1/+4
2007-11-17add detection for timersub() and winsock.h/winsock2.hrizzo1-0/+3
2007-11-17use autoconf to check for the existence of sys/poll.hrizzo1-0/+2
2007-11-17acinclude.m4: add a function to help checking sdl-config, gtk-configrizzo1-0/+8
2007-11-17add check for the presence of globrizzo1-1/+5
2007-11-06Set up detection of IP_PKTINFO in autoconf for chan_unistimtilghman1-0/+9
2007-11-02Add pbx_lua as a method of doing extensionstilghman1-0/+5
2007-11-01Remove traces of gnutls, since we no longer use/need it.qwell1-5/+0
2007-10-29Add autoconf checks for extra suppserv definitions that are not present in re...file1-0/+2
2007-10-27Update the configure script for the last libss7 API changerussell1-1/+1
2007-10-14Change the configure script to check for a function that was recently added t...russell1-1/+1
2007-09-28Autoconf requires version 2.60, not 2.59, to process (Closes issue #10842)tilghman1-1/+1
2007-09-22Fixes for FreeBSD... testing for every conceivable math function nowtilghman1-1/+35
2007-09-21Check for the presence of trunc and round, and make the ISOC99 detection a li...tilghman1-0/+4
2007-09-14Merged revisions 82385 via svnmerge from russell1-0/+3
2007-09-07Don't check for epoll support when cross compiling.file1-0/+3
2007-08-18Actually check the return value of epoll_create to make sure it works.file1-1/+5
2007-08-08Add support for using epoll instead of poll. This should increase scalability...file1-0/+8
2007-08-06Merged revisions 78166 via svnmerge from file1-2/+4
2007-08-01Instead of adding the SOLARIS check to each HAVE_SYSINFO check let's just mak...file1-1/+1
2007-08-01Don't look for /dev/urandom when cross compiling. Just assume it is not avail...file1-1/+4
2007-08-01Merged revisions 77865 via svnmerge from file1-0/+2
2007-08-01Merged revisions 77863 via svnmerge from file1-1/+17
2007-07-23Use autoconf logic to determine byte swapping macro presence. This should now...file1-0/+18
2007-07-21Add support for using /dev/urandom to get random numbers on systems that supp...file1-0/+2
2007-07-16Add in check for the GCC attribute deprecated. It may be used soon!file1-0/+1
2007-07-11Merged revisions 74572 via svnmerge from file1-1/+4
2007-07-10Merged revisions 74374 via svnmerge from qwell1-1/+9
2007-07-09Merged revisions 74211 via svnmerge from russell1-1/+1
2007-07-08Restore EXP2 and LOG2 functions, by providing mathematical identify functions...tilghman1-0/+6
2007-07-07These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing...murf1-0/+4
2007-06-30Merged revisions 72766 via svnmerge from russell1-1/+1
2007-06-29Fix my recent change for sending large files via the http server. This coderussell1-17/+0
2007-06-29Merge changes from team/russell/http_filetxferrussell1-0/+17
2007-06-28Apparently some builds of gcc don't have declaration-after-statement.qwell1-0/+11
2007-06-26Fixes a problem where Asterisk would not compile if IMAP_STORAGE was enabled.mmichelson1-1/+1
2007-06-25Allow compilation off app_voicemail with IMAP_STORAE against a system installedrussell1-9/+27