xref: /freebsd/contrib/ntp/sntp/m4/ntp_crosscompile.m4 (revision 416ba5c74546f32a993436a99516d35008e9f384)
1*2b15cb3dSCy Schubertdnl ######################################################################
2*2b15cb3dSCy SchubertAC_DEFUN([NTP_CROSSCOMPILE], [
3*2b15cb3dSCy Schubert
4*2b15cb3dSCy Schubert# Expose a cross-compilation indicator to makefiles
5*2b15cb3dSCy SchubertAM_CONDITIONAL([NTP_CROSSCOMPILE], [test $build != $host])
6*2b15cb3dSCy Schubert
7*2b15cb3dSCy Schubert])dnl
8*2b15cb3dSCy Schubertdnl ======================================================================
9