1
dnl -----------------------------------------------------------------
2
dnl apu-hints.m4: apr-util's autoconf macros for platform-specific hints
4
dnl We preload various configure settings depending
5
dnl on previously obtained platform knowledge.
6
dnl We allow all settings to be overridden from
12
dnl Preload various build parameters based on outside knowledge.
14
AC_DEFUN(APU_PRELOAD, [
15
if test "x$apu_preload_done" != "xyes" ; then
16
apu_preload_done="yes"
18
echo "Applying apr-util hints file rules for $host"
22
APR_SETIFNULL(apu_crypt_threadsafe, [1])
25
APR_SETIFNULL(apu_crypt_threadsafe, [1])
27
*-ibm-aix4*|*-ibm-aix5.1*)
28
APR_SETIFNULL(apu_iconv_inbuf_const, [1])
31
APR_SETIFNULL(apu_crypt_threadsafe, [1])
34
APR_SETIFNULL(apu_iconv_inbuf_const, [1])
35
APR_SETIFNULL(apu_crypt_threadsafe, [1])
38
APR_SETIFNULL(apu_db_xtra_libs, [-lsocket])