Jakub Filak <[email protected]> writes: > On Thursday 20 of September 2012 16:42:01 Nikola Pajkovsky wrote: > >> Signed-off-by: Nikola Pajkovsky <[email protected]> >> --- >> configure.ac | 14 ++++++++++++-- >> src/Makefile.am | 8 +++++++- >> 2 files changed, 19 insertions(+), 3 deletions(-) >> >> diff --git a/configure.ac b/configure.ac >> index 27d9680..03e7104 100644 >> --- a/configure.ac >> +++ b/configure.ac >> @@ -121,9 +121,7 @@ PYTHON_LIBS=`python-config --libs 2> /dev/null` >> AC_SUBST(PYTHON_CFLAGS) >> AC_SUBST(PYTHON_LIBS) >> >> -PKG_CHECK_MODULES([GTK], [gtk+-3.0]) >> PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.21]) >> -PKG_CHECK_MODULES([GIO], [gio-2.0]) >> PKG_CHECK_MODULES([DBUS], [dbus-1]) >> PKG_CHECK_MODULES([LIBXML], [libxml-2.0]) >> PKG_CHECK_MODULES([NSS], [nss]) >> @@ -134,6 +132,18 @@ PKG_CHECK_MODULES([PROXY], [libproxy-1.0], [ >> AC_DEFINE([HAVE_PROXY], [1], [Use libproxy]) >> ], [:]) >> >> +AC_ARG_WITH(wizard, >> +AS_HELP_STRING([--with-wizard],[use wizard (default is YES)]), >> +LIBREPORT_PARSE_WITH([wizard])) > > The gtk-helpers directory mentioned below doesn't contain gui-wizard-gtk > stuff > only (I use libreport-gtk in the gnome-abrt project). I propose to use --with- > gtk instead of --with-wizard.
The point is, that wizard is not build and the it's pointless to build gtk helpers for disabled wizard. That's way I named it --without-wizard Nonetheless, I don't care how it will be named. -- Nikola
