Skip to content

Commit

Permalink
Merge branch 'master' of inria:GIT/bigloo
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-serrano committed Jan 29, 2025
2 parents 95d1b27 + baebbe9 commit a09d4ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions autoconf/libbacktrace
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#* ------------------------------------------------------------- */
#* Author : Jose Romildo */
#* Creation : Sat Nov 11 13:27:23 1995 */
#* Last change : Thu Dec 12 18:59:48 2024 (serrano) */
#* Last change : Tue Jan 28 08:29:02 2025 (serrano) */
#* ------------------------------------------------------------- */
#* Check for the host libbacktrace library. */
#*=====================================================================*/
Expand Down Expand Up @@ -63,7 +63,7 @@ static void cbe(void *data, const char *msg, int errnum) {
int main( int argc, char *argv[] ) {
struct backtrace_state *bt_state = backtrace_create_state(0L, 0, cbe, 0L);
return bt_state == 0;
return bt_state == 0 && &backtrace_full != 0L;
}
EOF

Expand Down

0 comments on commit a09d4ba

Please sign in to comment.