]> arthur.barton.de Git - netatalk.git/commitdiff
fix --enable-debug1 on Solaris
authorbfernhomberg <bfernhomberg>
Thu, 1 Jul 2004 01:55:24 +0000 (01:55 +0000)
committerbfernhomberg <bfernhomberg>
Thu, 1 Jul 2004 01:55:24 +0000 (01:55 +0000)
libatalk/util/fault.c

index 3b9730978978ccc8c97e7a6fb14fba90c21db385..a6f3aab6098aaeb6c9e12fb9ed431024fc9e1a66 100644 (file)
@@ -32,8 +32,9 @@
 #include <stdlib.h>
 #include <string.h>
 #include <signal.h>
+#ifdef HAVE_BACKTRACE_SYMBOLS
 #include <execinfo.h>
-
+#endif
 #include <atalk/logger.h>
 
 #ifndef SIGNAL_CAST