summaryrefslogtreecommitdiff
path: root/config/grc_vrt.m4
diff options
context:
space:
mode:
Diffstat (limited to 'config/grc_vrt.m4')
-rw-r--r--config/grc_vrt.m413
1 files changed, 13 insertions, 0 deletions
diff --git a/config/grc_vrt.m4 b/config/grc_vrt.m4
index d473c5581..982c8863a 100644
--- a/config/grc_vrt.m4
+++ b/config/grc_vrt.m4
@@ -34,6 +34,19 @@ AC_DEFUN([GRC_VRT],[
VRT_LA="\${abs_top_builddir}/vrt/lib/libvrt.la"
fi
+ # Test host OS compatibility
+ AC_MSG_CHECKING([whether host_os is linux*])
+ case "$host_os" in
+ linux*)
+ AC_MSG_RESULT([yes])
+ ;;
+ *)
+ AC_MSG_RESULT([no])
+ AC_MSG_NOTICE([libvrt currently requires Linux host OS, not found])
+ passed="no"
+ ;;
+ esac
+
dnl Include the vrt INCLUDES and LA
AC_SUBST(VRT_INCLUDES)
AC_SUBST(VRT_LA)