mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 13:12:03 +00:00
let configure figure out if we have the header files
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8889 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -198,7 +198,7 @@ static void switch_core_standard_on_hibernate(switch_core_session_t *session)
|
||||
//static switch_hash_t *stack_table = NULL;
|
||||
static Hash stack_table;
|
||||
|
||||
#if defined (__GNUC__) && defined (LINUX)
|
||||
#if defined (__GNUC__) && defined (LINUX) && defined (HAVE_EXECINFO_H)
|
||||
#include <execinfo.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user