Changeset b39f83c87a5234cfbb8de61364d757288f4880c7

Show
Ignore:
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
  • src/misc/objects.c

    r091157c rb39f83c  
    14831483 
    14841484#ifndef NDEBUG 
    1485 # ifdef HAVE_EXECINFO_H 
     1485# if defined(HAVE_EXECINFO_H) && defined(HAVE_BACKTRACE) 
    14861486#  include <execinfo.h> 
    14871487# endif 
  • src/misc/threads.c

    re68398d rb39f83c  
    8484} 
    8585 
    86 #if HAVE_EXECINFO_H 
     86#if defined(HAVE_EXECINFO_H) && defined(HAVE_BACKTRACE) 
    8787# include <execinfo.h> 
    8888#endif