aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorlloyd <[email protected]>2010-06-13 15:52:55 +0000
committerlloyd <[email protected]>2010-06-13 15:52:55 +0000
commitdf0222e101d908151be837e7ef46ab715f71973f (patch)
treee64c1a35ede1a7c43d20bbd49a2d4b2f1cdf4a3b /doc
parent781712f324aac1df9b3e7400bb134fb2641974dc (diff)
Rename the --use-boost-python optin to --with-boost-python, and add a
--without-boost-python to explicitly disable it. This makes it much easier to use at least in Gentoo's ebuild system, and perhaps with other packaging systems as well.
Diffstat (limited to 'doc')
-rw-r--r--doc/building.tex2
-rw-r--r--doc/log.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/building.tex b/doc/building.tex
index 0e3f03d4d..30ec0afb0 100644
--- a/doc/building.tex
+++ b/doc/building.tex
@@ -333,7 +333,7 @@ to set the appropriate flags in their Makefile/project file.
The Python wrappers for Botan use Boost.Python, so you must have Boost
installed. To build the wrappers, add the flag
-\verb|--use-boost-python|
+\verb|--with-boost-python|
to \verb|configure.py|. This will create a second makefile,
\verb|Makefile.python|, with instructions for building the Python
diff --git a/doc/log.txt b/doc/log.txt
index 8a9b5a138..900ecdb1e 100644
--- a/doc/log.txt
+++ b/doc/log.txt
@@ -4,6 +4,7 @@
- Use constant time multiplication in IDEA
- Avoid possible timing attack against OAEP decoding
- Removed FORK-256; rarely used and it has been broken
+ - Rename --use-boost-python to --with-boost-python
- Skip building shared libraries on MinGW/Cygwin
- Fix creation of 512 and 768 bit DL groups using the DSA kosherizer
- Fix compilation on GCC versions before 4.3 (missing cpuid.h)