]> CyberLeo.Net >> Repos - FreeBSD/releng/10.1.git/blob - contrib/ntp/sntp/m4/ntp_crosscompile.m4
Upgrade NTP to 4.2.8p4.
[FreeBSD/releng/10.1.git] / contrib / ntp / sntp / m4 / ntp_crosscompile.m4
1 dnl ######################################################################
2 AC_DEFUN([NTP_CROSSCOMPILE], [
3
4 # Expose a cross-compilation indicator to makefiles
5 AM_CONDITIONAL([NTP_CROSSCOMPILE], [test $build != $host])
6
7 ])dnl
8 dnl ======================================================================