diff --git a/src/config.h b/src/config.h index 6d7553e..f71cd84 100644 --- a/src/config.h +++ b/src/config.h @@ -57,7 +57,7 @@ #endif /* Test for backtrace() */ -#if defined(__APPLE__) || defined(__linux__) +#if defined(__APPLE__) || defined(__GLIBC__) #define HAVE_BACKTRACE 1 #endif