Show
Ignore:
Timestamp:
12/03/09 12:18:28 (8 months ago)
Author:
tfheen
Message:

Use built-in backtrace function if one exists

This gives us backtraces on panic on when you're not using GCC.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/varnish-cache/configure.ac

    r4339 r4382  
    214214AC_CHECK_FUNCS([strlcat strlcpy]) 
    215215AC_CHECK_FUNCS([strndup]) 
     216AC_CHECK_FUNCS([backtrace]) 
    216217# white lie - we don't actually test it 
    217218AC_MSG_CHECKING([whether daemon() works])