mirror of
https://github.com/rakshasa/rtorrent.git
synced 2026-08-11 20:52:30 +00:00
Added '--disable-execinfo' option to configure.
This commit is contained in:
+10
-1
@@ -27,7 +27,16 @@ TORRENT_WITHOUT_VARIABLE_FDSET
|
||||
TORRENT_WITHOUT_STATVFS
|
||||
TORRENT_WITHOUT_STATFS
|
||||
|
||||
AX_EXECINFO
|
||||
AC_ARG_ENABLE(execinfo,
|
||||
AC_HELP_STRING([--disable-execinfo], [disable libexecinfo [[default=enable]]]),
|
||||
[
|
||||
if test "$enableval" = "yes"; then
|
||||
AX_EXECINFO
|
||||
fi
|
||||
],[
|
||||
AX_EXECINFO
|
||||
])
|
||||
|
||||
AX_PTHREAD([], AC_MSG_ERROR([requires pthread]))
|
||||
AX_WITH_CURSES
|
||||
|
||||
|
||||
Reference in New Issue
Block a user