LIBS="${save_LIBS}"
## This one is tricky, there are multiple versions
-case $host in
+case $target in
*-*-freebsd*)
AC_CACHE_CHECK([whether sendfile works],
[ac_cv_so_sendfile_works],
fi
;;
*)
- AC_MSG_WARN([won't look for sendfile() on $host])
+ AC_MSG_WARN([won't look for sendfile() on $target])
;;
esac
[enable_kqueue=yes])
if test "$enable_kqueue" = yes; then
- case $host in
+ case $target in
*-*-freebsd* | *-*-darwin9* )
AC_CHECK_FUNCS([kqueue])
;;
*-*-bsd*)
# No other BSD has a sufficiently recent implementation
- AC_MSG_WARN([won't look for kqueue() on $host])
+ AC_MSG_WARN([won't look for kqueue() on $target])
ac_cv_func_kqueue=no
;;
esac
if test "$ac_cv_env_VCC_CC_set" = "set"; then
VCC_CC="$ac_cv_env_VCC_CC_value"
else
- case $host in
+ case $target in
*-*-solaris*)
VCC_CC="cc -Kpic -G -o %o %s"
;;
JEMALLOC_SUBDIR=libjemalloc
JEMALLOC_LDADD='$(top_builddir)/lib/libjemalloc/libjemalloc_mt.la'
fi],
-[case $host in #(
+[case $target in #(
*-*-linux*)
JEMALLOC_SUBDIR=libjemalloc
JEMALLOC_LDADD='$(top_builddir)/lib/libjemalloc/libjemalloc_mt.la'