From 76ca82badb4027a356f3373f9d0bea4a1ba32def Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Sun, 13 Apr 2008 19:52:08 +0000 Subject: Make possible to remove nothere applet from planel and activate it by defaut if dep are met. Fixes bug #489978 (Frederic Peters). svn path=/trunk/; revision=934 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c6e1aefdc..ec78ded33 100644 --- a/configure.ac +++ b/configure.ac @@ -192,7 +192,7 @@ AM_CONDITIONAL(HAVE_MEGAPHONE, test "x$have_megaphone" = "xyes") AC_ARG_ENABLE(nothere, AS_HELP_STRING([--enable-nothere=@<:@no/yes/auto@:>@], [build nothere applet]), , - enable_nothere=no) + enable_nothere=auto) if test "x$enable_nothere" != "xno"; then PKG_CHECK_MODULES(NOTHERE, -- cgit v1.2.3