summaryrefslogtreecommitdiff
path: root/configure.in
Commit message (Expand)AuthorAgeFilesLines
* tests: Follow up to r1908616: Simplify epoll_wait() check.ylavic2023-03-211-10/+10
* tests: check whether epoll_wait() timeout is reliable and adjust justsleep().ylavic2023-03-211-2/+43
* Fix crosscompiling detection in apr-1-configrpluem2023-03-101-0/+12
* configure: atomic builtins might be implemented for i586 and i686.ylavic2023-03-021-5/+12
* Revert r1907986.ylavic2023-03-021-12/+5
* configure: atomic builtins might be implemented for i586 and i686.ylavic2023-03-021-5/+12
* configure: Test apr_uint64_t alignment for 64bit atomic builtins usability.ylavic2023-02-141-25/+43
* * Since r1901037 Posix shared mem is prefered over SysV shared mem.rpluem2023-02-101-0/+7
* * configure.in: Fix variable-length-array detection for recent gccjorton2023-01-231-1/+2
* Merge thread-name branch (PR 60587) [1]:ivan2023-01-211-0/+1
* force USE_SHMEM_SHMGET on AIXcovener2023-01-191-0/+4
* Further strict C99 configure fix:jorton2023-01-171-1/+1
* Fix further strict C99 compliance issue. (fixes #37)jorton2023-01-111-3/+6
* Revert r1904726: EXTRA_LIBS takes care of -lcrypt already in trunk.ylavic2022-10-201-2/+1
* configure: Link to libcrypt (when available) for apr_password_validate.ylavic2022-10-201-1/+2
* atomic: Detect 32bit and 64bit atomic builtins separately.ylavic2022-06-261-6/+95
* Prefer posix shared mem over SysV in all cases:jim2022-05-181-4/+4
* apr_sleep: use nanosleep() when available.ylavic2021-11-261-0/+4
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-291-9/+36
* Revert r1894618.ylavic2021-10-291-36/+9
* apr_atomic: Use __atomic builtins when available.ylavic2021-10-291-9/+36
* apr_brigade_split_boundary: Provide a memmem implementation on platforms thatminfrin2021-10-251-0/+2
* More revert of r1887500.ylavic2021-03-111-3/+0
* Follow up to r1887060: fix compilation on BEOS.ylavic2021-03-111-0/+3
* calls to exit() require stdlib.h or else we get -Werror,-Wimplicit-function-d...jim2020-10-291-1/+5
* * configure.in: Add --enable-thread-debug, which definesjorton2020-06-011-0/+7
* Add a cache check with which users who cross-compile APRminfrin2020-03-101-7/+5
* Don't try to use PROC_PTHREAD by default when cross compiling.minfrin2020-02-051-2/+8
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>minfrin2019-12-261-0/+5
* Use AC_CHECK_SIZEOF, so as to support cross compiling. PR 56053.minfrin2019-12-261-7/+7
* Add --tag=CC to libtool invocations. PR 62640.minfrin2019-08-171-2/+2
* Simplify avoiding the dirread_r deprecated and unwise invocations, by alwayswrowe2019-04-011-4/+2
* Revert r1789258, r1856189, r1856191 following discussion on list, in favorwrowe2019-04-011-24/+1
* Follow up to r1856189: sys/types.h possibly needed.ylavic2019-03-251-0/+1
* Follow up to r1789258: configure to detect whether readdir() is thread-safe.ylavic2019-03-251-1/+23
* The string conversion to apr_off_t is strtoll when it's a long long.ylavic2019-03-221-1/+1
* Use stdint/inttypes 64bit types/formats when both available.ylavic2019-03-221-11/+34
* Use proc mutex pthread by default when robust[_np]ylavic2019-03-221-0/+8
* Replace generic off_t logic with APR_CHECK_TYPES_FMT_COMPATIBLE,wrowe2019-03-191-11/+18
* Deprecate APR_CHECK_TYPES_COMPATIBLE for new APR_CHECK_TYPES_FMT_COMPATIBLEwrowe2019-03-191-4/+9
* Quit redundantly looking up shlibpath_varwrowe2019-03-131-1/+4
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-301-3/+0
* Revert 1839699, this contained unintended, additional noise. Re-correcting.wrowe2018-08-301-0/+3
* Revert 1839627, this macro does not result in a usable CC_FOR_BUILDwrowe2018-08-301-3/+0
* Submitted by: Hongxu Jia <hongxu.jia@windriver.com>wrowe2018-08-301-0/+3
* If --with-installbuilddir is not supplied, it unconditially overrides the valuerjung2018-08-251-2/+2
* Provide APR_SIZEOF_OFF_T.ylavic2018-07-251-0/+7
* configure.in: match fallback apr_off_t type with the comment/format.ylavic2018-07-251-1/+1
* rand: follow up to r1814240: still honor --with-devrandom if specified.ylavic2018-06-011-13/+17
* configure: fix detection of net/if.h on openbsd.ylavic2018-03-221-2/+8