[latexila] build: allow gspell > 0.2



commit 5b8848c5fea374a834905390d812a2c070be7913
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Tue Mar 8 19:27:24 2016 +0100

    build: allow gspell > 0.2
    
    The plan is to release gspell 1.0 at the same time as latexila 3.20.

 README.in    |    2 +-
 configure.ac |    4 ----
 2 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/README.in b/README.in
index dc2154d..d206df1 100644
--- a/README.in
+++ b/README.in
@@ -18,7 +18,7 @@ Requirements
 GLib >= @GLIB_REQUIRED_VERSION@
 GTK+ >= @GTK_REQUIRED_VERSION@
 GtkSourceView >= @GTKSOURCEVIEW_REQUIRED_VERSION@
-gspell @GSPELL_REQUIRED_VERSION@
+gspell >= @GSPELL_REQUIRED_VERSION@
 gee-0.8 >= @GEE_REQUIRED_VERSION@
 gettext
 gsettings-desktop-schemas
diff --git a/configure.ac b/configure.ac
index 3bd5923..b58c4d2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -102,10 +102,6 @@ if ! pkg-config --atleast-version=${GSPELL_REQUIRED_VERSION} gspell-1; then
        AC_MSG_ERROR([gspell-1 ${GSPELL_REQUIRED_VERSION} required.])
 fi
 
-if ! pkg-config --max-version=0.2.99 gspell-1; then
-       AC_MSG_ERROR([gspell-1 ${GSPELL_REQUIRED_VERSION} required.])
-fi
-
 if ! pkg-config gsettings-desktop-schemas; then
        AC_MSG_ERROR([gsettings-desktop-schemas required.])
 fi


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