freebsd_amp_hwpstate/contrib/ntp/sntp/m4/ntp_crosscompile.m4

9 lines
300 B
Plaintext

dnl ######################################################################
AC_DEFUN([NTP_CROSSCOMPILE], [
# Expose a cross-compilation indicator to makefiles
AM_CONDITIONAL([NTP_CROSSCOMPILE], [test $build != $host])
])dnl
dnl ======================================================================