From: Lennart Poettering Date: Wed, 12 Oct 2005 14:46:06 +0000 (+0000) Subject: warn if not netlink replacement is found when building X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=c283115cb4ae82f332a79bc90696335b82493b8c;p=catta 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 --- 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