View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002976 | unreal | installing | public | 2006-06-16 12:42 | 2006-09-25 20:00 |
| Reporter | buildsmart | Assigned To | |||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 3.2.4 | ||||
| Summary | 0002976: --enable-libcurl= test is invalid | ||||
| Description | The following excerpt is taken from the configure script: if test "x`echo $CURLLIBS |grep .*ares.*`" = x ; then CURLLIBS="$CURLLIBS -lares" fi This validates the libares library incorrectly. | ||||
| Additional Information | The following change causes the correct library validation: if test "x`echo $CURLLIBS |grep .*ares.*`" != x ; then CURLLIBS="$CURLLIBS -lares" fi | ||||
| 3rd party modules | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-06-16 12:42 | buildsmart | New Issue | |
| 2006-09-25 20:00 | syzop | Status | new => closed |
| 2006-09-25 20:00 | syzop | Note Added: 0012433 | |
| 2006-09-25 20:00 | syzop | Resolution | open => no change required |