[gnome-panel] [build] Remove configure checks that were needed for polkit helper



commit f6526a92eb6feb8995224f1bd3b7249ce7b20211
Author: Vincent Untz <vuntz gnome org>
Date:   Wed Sep 8 00:41:40 2010 +0200

    [build] Remove configure checks that were needed for polkit helper

 configure.in |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/configure.in b/configure.in
index 0b7b39d..7529bd6 100644
--- a/configure.in
+++ b/configure.in
@@ -132,11 +132,6 @@ PKG_CHECK_MODULES(CLOCK, pango >= $PANGO_REQUIRED gtk+-2.0 >= $GTK_REQUIRED glib
 AC_SUBST(CLOCK_CFLAGS)
 AC_SUBST(CLOCK_LIBS)
 
-dnl Hmm, we already checked for these above.  Is there a way to avoid checking twice?
-PKG_CHECK_MODULES(CLOCK_MECHANISM, [ gthread-2.0 gio-2.0 dbus-glib-1 ])
-AC_SUBST(CLOCK_MECHANISM_CFLAGS)
-AC_SUBST(CLOCK_MECHANISM_LIBS)
-
 DBUS_REQUIRED=1.1.2
 NETWORK_MANAGER_REQUIRED=0.6
  



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]