[pan: 10/16] wrong variable name, duh




commit 44519a836658db70a531ba2604b10e95e13c6609
Author: Thomas Tanner <thosrtanner googlemail com>
Date:   Sun Apr 10 21:58:05 2022 +0100

    wrong variable name, duh

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 9bc17e0..635b6e1 100644
--- a/configure.ac
+++ b/configure.ac
@@ -145,8 +145,8 @@ if test "x$want_gtk2" = "xyes" ; then
    if test "x$want_gtkspell" = "xyes" ; then
    PKG_CHECK_MODULES([GTKSPELL],[gtkspell-2.0 >= $GTKSPELL_REQUIRED enchant-2 >= $ENCHANT2_REQUIRED],
                       [GTKSPELL_VER=`pkg-config --modversion gtkspell-2.0`
-                      ENCHANT_VER=`pkg-config --modversion enchant`
-                      gtkspell_msg="yes (gtkspell: $GTKSPELL_VER, enchant: $ENCHANT2_VER)"
+                      ENCHANT_VER=`pkg-config --modversion enchant-2`
+                      gtkspell_msg="yes (gtkspell: $GTKSPELL_VER, enchant: $ENCHANT_VER)"
                       AC_DEFINE(HAVE_GTKSPELL,[1],[GtkSpell support for spellchecking])
                       AC_DEFINE(GTKSPELL_VERSION,[2],[GtkSpell API version])]
                       )


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