From: Martin Mares Date: Tue, 18 Jul 2017 21:48:25 +0000 (+0200) Subject: Configure: Fix a typo in checking of backtrace() X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ceaa316125230ea9d285fcc45bcbdb96b5e98dbf;p=thirdparty%2Fbird.git Configure: Fix a typo in checking of backtrace() --- diff --git a/configure.ac b/configure.ac index 9e375762d..5514fb567 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.])] ) ]