Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
David Goulet
Tor
Commits
afc5b617
Commit
afc5b617
authored
Jan 22, 2009
by
Nick Mathewson
🎨
Browse files
Do not use == in our shell code; = is standard.
svn:r18239
parent
25c6ff6f
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
afc5b617
...
...
@@ -9,6 +9,8 @@ Changes in version 0.2.1.12-alpha - 2009-01-??
- Solve a bug that kept hardware crypto acceleration from getting
enabled when accounting was turned on. Fixes bug 907. Bugfix on
0.0.9pre6.
- Remove a bash-ism from configure.in to build properly on non-Linux
platforms. Bugfix on 0.2.1.1-alpha.
o Minor features:
- Support platforms where time_t is 64 bits long. (Congratulations,
...
...
configure.in
View file @
afc5b617
...
...
@@ -48,7 +48,7 @@ if test x$enable_buf_freelists != xno; then
[Defined if we try to use freelists for buffer RAM chunks])
fi
AM_CONDITIONAL(USE_OPENBSD_MALLOC, test x$enable_openbsd_malloc = xyes)
if test x$enable_instrument_downloads =
=
xyes; then
if test x$enable_instrument_downloads = xyes; then
AC_DEFINE(INSTRUMENT_DOWNLOADS, 1,
[Defined if we want to keep track of how much of each kind of resource we download.])
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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