artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
24a70d1
)
remove extra blank line to reduce changes to upstream in a locally-patched file
author
sthen
<sthen@openbsd.org>
Wed, 6 Sep 2023 09:08:30 +0000
(09:08 +0000)
committer
sthen
<sthen@openbsd.org>
Wed, 6 Sep 2023 09:08:30 +0000
(09:08 +0000)
usr.sbin/unbound/configure.ac
patch
|
blob
|
history
diff --git
a/usr.sbin/unbound/configure.ac
b/usr.sbin/unbound/configure.ac
index
a6ca7f3
..
f6bf910
100644
(file)
--- a/
usr.sbin/unbound/configure.ac
+++ b/
usr.sbin/unbound/configure.ac
@@
-547,7
+547,6
@@
ACX_CHECK_NONBLOCKING_BROKEN
ACX_MKDIR_ONE_ARG
AC_CHECK_FUNCS([strptime],[AC_CHECK_STRPTIME_WORKS],[AC_LIBOBJ([strptime])])
-
# check if we can use SO_REUSEPORT
reuseport_default=0
if echo "$host" | $GREP -i -e linux >/dev/null; then reuseport_default=1; fi