]> git.meshlink.io Git - catta/commitdiff
warn if not netlink replacement is found when building
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2005 14:46:06 +0000 (14:46 +0000)
committerLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2005 14:46:06 +0000 (14:46 +0000)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@738 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe

avahi-core/iface.h

index 0ad6338d4872b2cbcc40b0079837040efe6e1098..f7e78a686eb765aaa74935d95c05c0f970cddc48 100644 (file)
@@ -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