]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/ntp/sntp/m4/ntp_crosscompile.m4
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.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 ======================================================================