projects
/
darkstat
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb79adb
)
Cosmetic: capitalize.
work
3.0.715
author
Emil Mikulic
<emikulic@gmail.com>
Thu, 1 Mar 2012 09:59:12 +0000
(20:59 +1100)
committer
Emil Mikulic
<emikulic@gmail.com>
Thu, 1 Mar 2012 09:59:12 +0000
(20:59 +1100)
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
30c5f08
..
93681ae
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-248,7
+248,7
@@
AC_SEARCH_LIBS(hstrerror, [resolv], [],
# Solaris need sys/filio.h for FIONBIO
AC_CHECK_HEADERS(sys/filio.h)
-#
GNU/kfreebsd
needs net/if_ether.h for ETH_P_IPV6
+#
Debian GNU/kFreeBSD
needs net/if_ether.h for ETH_P_IPV6
AC_CHECK_HEADERS(net/if_ether.h)
# This is the modern way. Older systems use the ioctl method.