From b4a33e21ea3a8d23dee3ed23a515cc7430a38643 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Tue, 18 Jul 2017 23:48:25 +0200 Subject: [PATCH] Configure: Fix a typo in checking of backtrace() --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 9e375762..5514fb56 100644 --- a/configure.ac +++ b/configure.ac @@ -314,7 +314,7 @@ if test "$enable_debug" = yes ; then [ AC_DEFINE([HAVE_EXECINFO_H], [1], [Define to 1 if you have the header file.]) AC_SEARCH_LIBS([backtrace], [execinfo], - [] + [], [AC_MSG_ERROR([Function backtrace not available.])] ) ]