Configure: Fix a typo in checking of backtrace()

This commit is contained in:
Martin Mares
2017-07-18 23:48:25 +02:00
parent 774121633f
commit ceaa316125
+1 -1
View 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.])]
)
]