diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
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, |