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" -a "$enable_presenter_screen" != "no"; 
then
   AC_MSG_RESULT([yes])
   ENABLE_PRESENTER_SCREEN=YES
else
   AC_MSG_RESULT([no])
   ENABLE_PRESENTER_SCREEN=NO
fi
AC_SUBST(ENABLE_PRESENTER_SCREEN)

ie. mixed Screen and Console.
-- 
Pavel Janík



Reply via email to