[babl] configure.ac: Fix typo in check for GI >= 1.33.5



commit 2d3450ebd139b75857fe8c6c847a66d08f924faf
Author: Jon Nordby <jononor gmail com>
Date:   Mon Jul 30 16:34:18 2012 +0200

    configure.ac: Fix typo in check for GI >= 1.33.5

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 12cc388..f53eb37 100644
--- a/configure.ac
+++ b/configure.ac
@@ -65,7 +65,7 @@ AC_SUBST(BABL_RELEASE)
 GOBJECT_INTROSPECTION_CHECK([0.10])
 
 # Check whether g-ir-scanner respects "rename to" annotation
-PKG_CHECK_MODULES([GI_1_33_5], [gobject-introspection-1.0 >=1.33.5],
+PKG_CHECK_MODULES([GI_1_33_5], [gobject-introspection-1.0 >= 1.33.5],
    [have_gi_rename_to=true],
    [have_gi_rename_to=false]
 )



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