]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
- AC_CHECK_HEADERS() defines HAVE_NET_IF_DL_H not HAVE_IF_DL_H.
authorDavid Hankins <dhankins@isc.org>
Thu, 7 Jun 2007 23:40:19 +0000 (23:40 +0000)
committerDavid Hankins <dhankins@isc.org>
Thu, 7 Jun 2007 23:40:19 +0000 (23:40 +0000)
includes/dhcpd.h

index 7a62c71acc1ab18b4e36eb2769f3bfe580679019..87209547b7e87dbb2d287c9d3feb0f3120d1ebe5 100644 (file)
@@ -59,7 +59,7 @@
 #include <net/if.h>
 #include <net/route.h>
 #include <net/if_arp.h>
-#if HAVE_IF_DL_H
+#if HAVE_NET_IF_DL_H
 # include <net/if_dl.h>
 #endif