diff options
author | rl1987 <rl1987@sdf.lonestar.org> | 2018-06-02 12:53:04 +0300 |
---|---|---|
committer | rl1987 <rl1987@sdf.lonestar.org> | 2018-06-02 12:53:04 +0300 |
commit | b7fae0f48ce63371cd2454a0b59d423778a2a7c6 (patch) | |
tree | 760732b56f1b4bb82daf3a3a4aa051b18e1af3cf /changes/bug24891 | |
parent | d7bbfd0f6217181fc7f4a4a71d23874873a5262a (diff) | |
download | tor-b7fae0f48ce63371cd2454a0b59d423778a2a7c6.tar.gz tor-b7fae0f48ce63371cd2454a0b59d423778a2a7c6.zip |
Heed --disable-unittests properly
Diffstat (limited to 'changes/bug24891')
-rw-r--r-- | changes/bug24891 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug24891 b/changes/bug24891 new file mode 100644 index 0000000000..403b2b1123 --- /dev/null +++ b/changes/bug24891 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Refrain from compiling unit testing related object files + when --disable-unittests is set to configure script. + Fixes bug 24891; bugfix on 0.2.5.1-alpha. |