xref: /freebsd/contrib/ntp/sntp/m4/ntp_crosscompile.m4 (revision 3c4ba5f55438f7afd4f4b0b56f88f2bb505fd6a6)
1dnl ######################################################################
2AC_DEFUN([NTP_CROSSCOMPILE], [
3
4# Expose a cross-compilation indicator to makefiles
5AM_CONDITIONAL([NTP_CROSSCOMPILE], [test $build != $host])
6
7])dnl
8dnl ======================================================================
9