#3892: fatal error: curses.h: No such file or directory
----------------------+----------------------
  Reporter:  vinc17   |      Owner:  mutt-dev
      Type:  defect   |     Status:  new
  Priority:  blocker  |  Milestone:
 Component:  build    |    Version:
Resolution:           |   Keywords:
----------------------+----------------------

Comment (by vinc17):

 The problem is related to variable expansion. In
 {{{
 
AC_CHECK_HEADERS($cf_ncurses/ncurses.h,[cf_cv_ncurses_header="$cf_ncurses/ncurses.h"],
 }}}
 the {{{cf_cv_ncurses_header="$cf_ncurses/ncurses.h"}}} part is OK since
 this will be evaluated as a part of the shell script (the variable is
 expanded by the shell), but the {{{$cf_ncurses/ncurses.h}}} in the first
 argument is not OK because the shell is not involved everywhere in the
 generated code.

--
Ticket URL: <https://dev.mutt.org/trac/ticket/3892#comment:1>
Mutt <http://www.mutt.org/>
The Mutt mail user agent

Reply via email to