Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
77a95c35
Commit
77a95c35
authored
Jun 16, 2017
by
Michał Kępień
Browse files
4639. [bug] Fix a regression in --with-tuning reporting introduced
by change 4488. [RT #45396]
parent
f62eb5f1
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
77a95c35
4639. [bug] Fix a regression in --with-tuning reporting introduced
by change 4488. [RT #45396]
4638. [bug] Reloading or reconfiguring named could fail on
some platforms when LMDB was in use. [RT #45203]
...
...
configure
View file @
77a95c35
...
...
@@ -25899,7 +25899,7 @@ report() {
echo " Mutex lock type: $locktype"
fi
fi
test "large" = "
large
" && echo " Large-system tuning (--with-tuning)"
test "large" = "
$use_tuning
" && echo " Large-system tuning (--with-tuning)"
test "no" = "$use_dnstap" || \
echo " Allow 'dnstap' packet logging (--enable-dnstap)"
test "no" = "$use_geoip" || echo " GeoIP access control (--with-geoip)"
...
...
configure.in
View file @
77a95c35
...
...
@@ -5316,7 +5316,7 @@ report() {
echo " Mutex lock type: $locktype"
fi
fi
test "large" = "
large
" && echo " Large-system tuning (--with-tuning)"
test "large" = "
$use_tuning
" && echo " Large-system tuning (--with-tuning)"
test "no" = "$use_dnstap" || \
echo " Allow 'dnstap' packet logging (--enable-dnstap)"
test "no" = "$use_geoip" || echo " GeoIP access control (--with-geoip)"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment