]> git.sur5r.net Git - bacula/bacula/commitdiff
Add HAVE_BACKTRACE in configure.in
authorEric Bollengier <eric@eb.homelinux.org>
Mon, 21 Feb 2011 17:51:39 +0000 (18:51 +0100)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:43:26 +0000 (14:43 +0200)
bacula/autoconf/config.h.in
bacula/autoconf/configure.in

index c84e7e8b1281a98ad08fac11b8a7c37a2df4b79f..c0fe5e92a3d73bd1eef56fe1efe1373196fad069 100644 (file)
 /* Define to the type of an unsigned integer type wide enough to hold a
    pointer, if such a type exists, and if the system does not define it. */
 #undef uintptr_t
+
+#undef HAVE_BACKTRACE
index 690b548e605034d85d641d14318312229352fc1a..df417d386dbbef8c2accd3f6ca135d754bc31aa9 100644 (file)
@@ -2104,6 +2104,10 @@ AC_MSG_RESULT($fstype)
 
 AC_CHECK_HEADER(sys/statvfs.h, [ AC_DEFINE(HAVE_SYS_STATVFS_H,1,[Defines if your system have the sys/statvfs.h header file])] , )
 
+AC_LANG_PUSH(C++)
+AC_CHECK_HEADERS([cxxabi.h execinfo.h], [ AC_DEFINE(HAVE_BACKTRACE,1,[Defines if your system have the cxxabi.h and execinfo.h header files for backtrace()])] , )
+AC_LANG_POP(C++)
+
 dnl --------------------------------------------------------------------------
 dnl CHECKING FOR TYPEDEFS, STRUCTURES, AND COMPILER CHARACTERISTICS.
 dnl --------------------------------------------------------------------------