summaryrefslogtreecommitdiff
path: root/sntp/m4/ntp_crosscompile.m4
blob: 941618d39d9a011dbf2874902b49ae939ac1c5e1 (plain)
1
2
3
4
5
6
7
8
dnl ######################################################################
AC_DEFUN([NTP_CROSSCOMPILE], [

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

])dnl
dnl ======================================================================