X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/18c831dcd0ae4d660c70ccac69d27ed2a97851be..173ff44a439dc7cf51a3f7a433c4d0d444b59293:/configure.ac diff --git a/configure.ac b/configure.ac index d2af6c7..107b49b 100644 --- a/configure.ac +++ b/configure.ac @@ -60,6 +60,9 @@ AC_CHECK_MEMBERS([struct msgdr.msg_control],,, [ #include ]) +dnl Find out whether we're cross-compiling. +AM_CONDITIONAL([CROSS_COMPILING], [test "$cross_compiling" = yes ]) + dnl-------------------------------------------------------------------------- dnl Name resolution.