summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2020-06-19 09:23:43 +0200
committerThomas Haller <thaller@redhat.com>2020-06-19 09:58:57 +0200
commitdf03d8103f7e2416b236a0df2fd02d6b57ee18d7 (patch)
treea1da036b589f3e7d0a8e010d5a635b2e317005e9
parente90c6682e99380133c5cc08fd7b09a4a2acda0b6 (diff)
downloadnetwork-manager-applet-df03d8103f7e2416b236a0df2fd02d6b57ee18d7.tar.gz
build/autotools: enable --with-appindicator=auto by default
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9a21a960..94cb4d62 100644
--- a/configure.ac
+++ b/configure.ac
@@ -83,7 +83,7 @@ GTK3_CFLAGS="$GTK3_CFLAGS -DGDK_VERSION_MIN_REQUIRED=GDK_VERSION_3_10 -DGDK_VERS
AC_ARG_WITH([appindicator],
AS_HELP_STRING([--with-appindicator=no|yes|auto|ayatana|ubuntu], [Build with lib(ayatana-)appindicator support in addition to xembed systray support.]),
- [], [with_appindicator=no])
+ [], [with_appindicator=auto])
if test "$with_appindicator" != "no"; then
if test "$with_appindicator" = "yes" -o "$with_appindicator" = "auto"; then
PKG_CHECK_MODULES(APPINDICATOR, ayatana-appindicator3-0.1, [with_appindicator=ayatana], [with_appindicator=no])