View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000075 | file | General | public | 2019-03-31 19:16 | 2019-04-07 18:05 |
Reporter | wylda | Assigned To | christos | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.36 | ||||
Fixed in Version | 5.37 | ||||
Summary | 0000075: file-5.36: configure --enable-zlib actually disables Zlib | ||||
Description | If "--enable-zlib" is explicitly given for configure, then "ZLIBSUPPORT" won't be set to 1, even if in my case I have: enable_zlib=yes ac_cv_header_zlib_h=yes ac_cv_lib_z_gzopen=yes I'm not a programmer, but i guess it is because of "elif" instead of "if"??? ---snip--- if test "$enable_zlib" = "yes"; then if test "$ac_cv_header_zlib_h$ac_cv_lib_z_gzopen" != "yesyes"; then as_fn_error $? "zlib support requested but not found" "$LINENO" 5 fi elif test "$ac_cv_header_zlib_h$ac_cv_lib_z_gzopen" = "yesyes"; then $as_echo "#define ZLIBSUPPORT 1" >>confdefs.h fi ---snip--- | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2019-03-31 19:16 | wylda | New Issue | |
2019-04-07 18:05 | christos | Assigned To | => christos |
2019-04-07 18:05 | christos | Status | new => assigned |
2019-04-07 18:05 | christos | Status | assigned => resolved |
2019-04-07 18:05 | christos | Resolution | open => fixed |
2019-04-07 18:05 | christos | Fixed in Version | => 5.37 |
2019-04-07 18:05 | christos | Note Added: 0003234 |