[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH] use ncurses-config to find all curses related libs
On Thu, Nov 24, Ian Jackson wrote: > Olaf Hering writes ("[Xen-devel] [PATCH] use ncurses-config to find all > curses related libs"): > > -CURSES_LIBS = -lncurses > > +CURSES_LIBS = $(shell if ! ncurses5-config --libs 2>/dev/null ; then > > ncurses-config --libs ; fi) > > In the case where ncurses5-config is not provided, this will fail. It seems to work for me, with this example foo is printed: if ! ABC 2>/dev/null ; then echo foo ; fi Olaf _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |