]> git.sur5r.net Git - bacula/bacula/commitdiff
Fix backtrace detection in configure
authorEric Bollengier <eric@eb.homelinux.org>
Tue, 9 Aug 2011 14:33:35 +0000 (16:33 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:59 +0000 (14:49 +0200)
bacula/autoconf/config.h.in
bacula/autoconf/configure.in

index a3cd88fa6966e0e3b00588f45710affdae6939ea..edd891790f27db7a6847493aed0136293c045939 100644 (file)
 #undef HAVE_ATTR_H
 
 /* Defines if your system have the cxxabi.h and execinfo.h header files for
-   backtrace() */
+ *   backtrace() 
+ */
 #undef HAVE_BACKTRACE
 
 /* Set if Bacula bat Qt4 GUI support enabled */
index 0f76ee3ef0ec671ae74bc8a858f9a823ec68c7be..2b358b76574f3d96b0d576fba1069afd48c6771d 100644 (file)
@@ -2107,7 +2107,7 @@ 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_CHECK_FUNCS(backtrace)
 AC_LANG_POP(C++)
 
 dnl --------------------------------------------------------------------------