netbsd/external/bsd/ntp/dist/sntp/m4/ntp_crosscompile.m4
2015-10-15 10:25:28 +02:00

9 lines
300 B
Plaintext

dnl ######################################################################
AC_DEFUN([NTP_CROSSCOMPILE], [
# Expose a cross-compilation indicator to makefiles
AM_CONDITIONAL([NTP_CROSSCOMPILE], [test $build != $host])
])dnl
dnl ======================================================================