Re: Presenter Screen/Console?

2013-01-18 Thread Rory O'Farrell
quot; != > "no"; then > +if test -n "$enable_presenter_screen" -a "$enable_presenter_screen" != "no"; > then > AC_MSG_RESULT([yes]) > ENABLE_PRESENTER_SCREEN=YES > else > If work is being done on Presenter Screen/Console, it wou

Re: Presenter Screen/Console?

2013-01-18 Thread Pavel Janík
> It should be Presenter Screen. Presenter Console was an early working title. So we need something like this: Index: configure.in === --- configure.in(revision 1435113) +++ configure.in(working copy) @@ -516,8 +516,

Re: Presenter Screen/Console?

2012-12-18 Thread Andre Fischer
On 18.12.2012 11:49, Pavel Janík wrote: Hi, how is the extension named? configure.in contains: AC_ARG_ENABLE(presenter-console, [ --enable-presenter-console enables the build of the Presenter Console extension ],,) ... AC_MSG_CHECKING([whether to build the Presenter Screen extensi

Presenter Screen/Console?

2012-12-18 Thread Pavel Janík
Hi, how is the extension named? configure.in contains: AC_ARG_ENABLE(presenter-console, [ --enable-presenter-console enables the build of the Presenter Console extension ],,) ... AC_MSG_CHECKING([whether to build the Presenter Screen extension]) if test -n "$enable_presenter_console