mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-08 12:18:42 +00:00
Configure: Fix a typo in checking of backtrace()
This commit is contained in:
parent
a1f5e514ef
commit
b4a33e21ea
@ -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_DEFINE([HAVE_EXECINFO_H], [1], [Define to 1 if you have the <execinfo.h> header file.])
|
||||||
AC_SEARCH_LIBS([backtrace], [execinfo],
|
AC_SEARCH_LIBS([backtrace], [execinfo],
|
||||||
[]
|
[],
|
||||||
[AC_MSG_ERROR([Function backtrace not available.])]
|
[AC_MSG_ERROR([Function backtrace not available.])]
|
||||||
)
|
)
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user