[Mutt] #3131: with_tc is not defined in configure.ac
#3131: with_tc is not defined in configure.ac
--------------------+-------------------------------------------------------
Reporter: tamo | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: build | Version:
Keywords: |
--------------------+-------------------------------------------------------
"configure --with-tokyocabinet=/home/tamo/tcb" doesn't work
because configure.ac uses $with_tc instead of $with_tokyocabinet.
Maybe you forgot to declare with_tc like
AC_ARG_WITH(tokyocabinet, AC_HELP_STRING([--without-tokyocabinet],
[Don't use tokyocabinet even if it is available]),with_tc=$withval)
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3131>
Mutt <http://www.mutt.org/>
The Mutt mail user agent