Use backtrace() in stack tracing for prettier output
[silc.git] / lib / silcutil / silcmemory.h
index 63fc1fc1bcdcb36c80c7734c8bf77871b5fbb75b..9064ed306e748c2a051fd672e8ef6195e94d43ed 100644 (file)
@@ -119,10 +119,6 @@ void silc_free(void *ptr);
 void *silc_memdup(const void *ptr, size_t size);
 
 #else
-#ifndef SILC_DIST_TOOLKIT
-#error "The stack trace is not supported in this distribution"
-#endif /* SILC_DIST_TOOLKIT */
-
 #include "stacktrace.h"
 #endif /* SILC_STACKTRACE */