aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
AgeCommit message (Expand)AuthorFilesLines
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
2007-06-18Merged revisions 69702 via svnmerge from russell1-1/+5
2007-06-04Merged revisions 67026 via svnmerge from russell1-2/+21
2007-05-25more minor fixeskpfleming1-8/+8
2007-05-25Merged revisions 66157 via svnmerge from kpfleming1-5/+5
2007-05-24use the OpenSSL AES implementation if it's available (unless configured not to)kpfleming1-1/+7
2007-05-24Merged revisions 66029-66030 via svnmerge from qwell1-2/+1
2007-05-24Merged revisions 66026 via svnmerge from russell1-1/+2
2007-04-11Add a configure script check for sysinfo support.file1-0/+9
2007-04-06Merged revisions 60603 via svnmerge from russell1-1/+1
2007-03-26Merged revisions 59202 via svnmerge from nadi1-0/+1
2007-03-15Merged revisions 58947 via svnmerge from russell1-0/+12
2007-03-15Merged revisions 58931 via svnmerge from russell1-0/+1
2007-03-13Merge changes from team/russell/sqlite:russell1-0/+3
2007-03-08Merged revisions 58320 via svnmerge from russell1-1/+1
2007-03-02Merged revisions 57556 via svnmerge from russell1-1/+1
2007-02-17Merged revisions 55052 via svnmerge from russell1-8/+24
2007-02-10Merged revisions 53850 via svnmerge from kpfleming1-6/+8
2007-02-09Merged revisions 53715 via svnmerge from kpfleming1-0/+4
2007-01-30Merged revisions 52997 via svnmerge from russell1-12/+43