Changeset b39f83c87a5234cfbb8de61364d757288f4880c7
- Timestamp:
- 05/31/08 15:42:22
(3 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212241342 +0200
- git-parent:
[498c3f39debd343d190f511fc2f5143d72bb7841]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1212241328 +0200
- Message:
Work around the fact that autosh..tools does only check for header presence, not usability.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r091157c |
rb39f83c |
|
| 1483 | 1483 | |
|---|
| 1484 | 1484 | #ifndef NDEBUG |
|---|
| 1485 | | # ifdef HAVE_EXECINFO_H |
|---|
| | 1485 | # if defined(HAVE_EXECINFO_H) && defined(HAVE_BACKTRACE) |
|---|
| 1486 | 1486 | # include <execinfo.h> |
|---|
| 1487 | 1487 | # endif |
|---|
| re68398d |
rb39f83c |
|
| 84 | 84 | } |
|---|
| 85 | 85 | |
|---|
| 86 | | #if HAVE_EXECINFO_H |
|---|
| | 86 | #if defined(HAVE_EXECINFO_H) && defined(HAVE_BACKTRACE) |
|---|
| 87 | 87 | # include <execinfo.h> |
|---|
| 88 | 88 | #endif |
|---|