From c283115cb4ae82f332a79bc90696335b82493b8c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 12 Oct 2005 14:46:06 +0000 Subject: warn if not netlink replacement is found when building git-svn-id: file:///home/lennart/svn/public/avahi/trunk@738 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-core/iface.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avahi-core/iface.h') diff --git a/avahi-core/iface.h b/avahi-core/iface.h index 0ad6338..f7e78a6 100644 --- a/avahi-core/iface.h +++ b/avahi-core/iface.h @@ -42,6 +42,8 @@ typedef struct AvahiHwInterface AvahiHwInterface; #ifdef HAVE_NETLINK #include "iface-linux.h" +#else +#error "No network configuration notification system available" #endif #define AVAHI_MAX_MAC_ADDRESS 32 -- cgit