]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Configure: Fix a typo in checking of backtrace()
authorMartin Mares <mj@ucw.cz>
Tue, 18 Jul 2017 21:48:25 +0000 (23:48 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 19 Jul 2017 11:46:48 +0000 (13:46 +0200)
configure.ac

index 9e375762d1ef51448bf896e3977ab77bd59dc608..5514fb567078dc1176341edb4421990454998403 100644 (file)
@@ -314,7 +314,7 @@ if test "$enable_debug" = yes ; then
     [
       AC_DEFINE([HAVE_EXECINFO_H], [1], [Define to 1 if you have the <execinfo.h> header file.])
       AC_SEARCH_LIBS([backtrace], [execinfo],
-       []
+       [],
        [AC_MSG_ERROR([Function backtrace not available.])]
       )
     ]