diff options
author | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-04-16 00:32:11 +0200 |
---|---|---|
committer | Andoni Morales Alastruey <ylatuya@gmail.com> | 2012-04-16 10:47:22 +0200 |
commit | a88ead3483e2f3fdf9a95573fae9da105ecae08e (patch) | |
tree | 5bd101eba59dfcc5811119c587f687175bf2cbb8 /config | |
parent | c2b4437b15a0c0e0d29fa868350515fe64ad9be6 (diff) |
Define ac_cv_lib_bz2_BZ2_bzlibVersion to pass bzip2 configure checks
Diffstat (limited to 'config')
-rw-r--r-- | config/windows.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/windows.config b/config/windows.config index 032e86d..96e7d4c 100644 --- a/config/windows.config +++ b/config/windows.config @@ -74,6 +74,7 @@ os.environ['ne_cv_libsfor_gethostbyname'] = '-lws2_32' os.environ['ac_cv_func_malloc_0_nonnull'] ='yes' os.environ['ac_cv_func_realloc_0_nonnull'] ='yes' os.environ['lt_cv_deplibs_check_method'] = 'pass_all' +os.environ['ac_cv_lib_bz2_BZ2_bzlibVersion'] = 'yes' # Python os.environ['am_cv_python_version'] = '2.7' |