aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Trevisan (Treviño) <mail@3v1n0.net>2011-07-02 05:00:18 +0200
committerMarco Trevisan (Treviño) <mail@3v1n0.net>2011-07-02 05:00:18 +0200
commit0ab53a47180937d8f91122ffbeb5f7defb4c76b6 (patch)
treec739628fd66b0f7a200a0851aa3bdb3a3fb267fe /configure.ac
parent58779f7506601ca54d4fffcee79c6a0172f3f4ce (diff)
downloadayatana-indicator-application-0ab53a47180937d8f91122ffbeb5f7defb4c76b6.tar.gz
ayatana-indicator-application-0ab53a47180937d8f91122ffbeb5f7defb4c76b6.tar.bz2
ayatana-indicator-application-0ab53a47180937d8f91122ffbeb5f7defb4c76b6.zip
Fix compilation with GTK+-2.0
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 9b550aa..a57f197 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,7 +64,7 @@ AS_IF([test "x$with_gtk" = x3],
dbus-glib-1 >= $DBUS_GLIB_REQUIRED_VERSION
dbusmenu-gtk-0.4 >= $DBUSMENUGTK_REQUIRED_VERSION)
- PKG_CHECK_MODULES(APPINDICATOR, appindicator3-0.1 >= $LIBAPPINDICATOR_REQUIRED_VERSION)
+ PKG_CHECK_MODULES(APPINDICATOR, appindicator-0.1 >= $LIBAPPINDICATOR_REQUIRED_VERSION)
],
[AC_MSG_FAILURE([Value for --with-gtk was neither 2 nor 3])]
)