aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorlloyd <[email protected]>2011-04-22 11:50:54 +0000
committerlloyd <[email protected]>2011-04-22 11:50:54 +0000
commit2217a99880ba7d93950b3c24e5ed8f61fbf9cf62 (patch)
treee5844aa2369514a9f4728d66e7a51ec1ce79b151 /configure.py
parent0771ef306eedd46aaa17005044e46ea0c9ac01a4 (diff)
Intel C++ doesn't seem to have an option for setting the soname, so it
will default to the full output file name. That actually worked as expected when the so was always written as libbotan-1.8.2, but doesn't anymore since soname does not match the written file. This probably won't work right on Windows, but I don't have access to Intel C++ on Windows. Note good Intel C++ 11.1 build in build log Note that CPython 2.7 works for configuring the build
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index ef2342e0f..2e68bd12c 100755
--- a/configure.py
+++ b/configure.py
@@ -6,7 +6,7 @@ Configuration program for botan (http://botan.randombit.net/)
Distributed under the terms of the Botan license
Tested with
- CPython 2.5, 2.6 - OK
+ CPython 2.5, 2.6, 2.7 - OK
Jython 2.5 - Target detection does not work (use --os and --cpu)
CPython 2.4 and earlier are not supported