From: Martin Mares Date: Tue, 18 Jul 2017 21:48:25 +0000 (+0200) Subject: Configure: Fix a typo in checking of backtrace() X-Git-Tag: v2.0.0~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b4a33e21ea3a8d23dee3ed23a515cc7430a38643;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.])] ) ]