Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:PowerPC
mutt
mutt-1.5.21-tinfo.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mutt-1.5.21-tinfo.dif of Package mutt
--- configure.ac +++ configure.ac 2011-11-22 12:48:52.319147493 +0000 @@ -274,9 +274,14 @@ main () do AC_CHECK_LIB($lib, waddnwstr, [cf_ncurses="$lib"; break]) done + cf_tinfo="" + AC_CHECK_LIB(tinfo, tgetent, [cf_tinfo="tinfo"]) AC_CHECK_LIB($cf_ncurses, initscr, - [MUTTLIBS="$MUTTLIBS -l$cf_ncurses" - + [if test x$cf_tinfo = x ; then + MUTTLIBS="$MUTTLIBS -l$cf_ncurses" + else + MUTTLIBS="$MUTTLIBS -l$cf_ncurses -l$cf_tinfo" + fi if test "$cf_ncurses" = ncursesw; then AC_CHECK_HEADERS(ncursesw/ncurses.h,[cf_cv_ncurses_header="ncursesw/ncurses.h"]) else
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor