[gnome-calendar] Fix typos in requirements
- From: Erick PÃrez Castellanos <erickpc src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-calendar] Fix typos in requirements
 
- Date: Sat, 22 Sep 2012 15:15:48 +0000 (UTC)
 
commit 6645cdbd88130f0c6124c6496ab49b5c79e86988
Author: Mathieu Bridon <bochecha fedoraproject org>
Date:   Thu Sep 20 15:11:02 2012 +0800
    Fix typos in requirements
 configure.ac |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c1f8653..f71b175 100644
--- a/configure.ac
+++ b/configure.ac
@@ -78,11 +78,11 @@ LIBICAL_REQUIRED=0.43
 PKG_CHECK_MODULES(CALENDAR,
                   glib-2.0 >= $GLIB_MIN_VERSION
                   gtk+-3.0 >= $GTK_MIN_VERSION
-                  clutter-1.0 >= CLUTTER_MIN_VERSION
-                  clutter-gtk-1.0 >= CLUTTER_GTK_MIN_VERSION
+                  clutter-1.0 >= $CLUTTER_MIN_VERSION
+                  clutter-gtk-1.0 >= $CLUTTER_GTK_MIN_VERSION
                   libecal-1.2 >= $ECAL_REQUIRED
-                  libedataserver-1.2 >= EDATASERVER_REQUIRED
-                  libedataserverui-3.0 >= EDATASERVERUI_REQUIRED
+                  libedataserver-1.2 >= $EDATASERVER_REQUIRED
+                  libedataserverui-3.0 >= $EDATASERVERUI_REQUIRED
                   libical >= $LIBICAL_REQUIRED)
 
 AC_CONFIG_FILES([
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]