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