soc.2008.finch: 92a7c4f8: Use a more accurate version threshold of...
queueram at soc.pidgin.im
queueram at soc.pidgin.im
Thu Jun 5 04:05:40 EDT 2008
-----------------------------------------------------------------
Revision: 92a7c4f80e36250a33f90ff4a44cf0fb83941995
Ancestor: 7c8b24169ebea49291c304c47c92b61b2c978f8b
Author: queueram at soc.pidgin.im
Date: 2008-06-05T07:56:29
Branch: im.pidgin.soc.2008.finch
URL: http://d.pidgin.im/viewmtn/revision/info/92a7c4f80e36250a33f90ff4a44cf0fb83941995
Modified files:
configure.ac finch/libgnt/configure.ac
ChangeLog:
Use a more accurate version threshold of Enchant.
-------------- next part --------------
============================================================
--- configure.ac 90b17a5e3d42aae75c1ca47ae9206c6c0c5b66dd
+++ configure.ac 4084fb90cc3cd3a73097d7d997657b8c7648db17
@@ -674,7 +674,7 @@ if test "x$enable_consoleui" = "xyes"; t
if test "x$enable_enchant" = "xyes" ; then
- PKG_CHECK_MODULES(ENCHANT, [enchant >= 1.3.0], \
+ PKG_CHECK_MODULES(ENCHANT, [enchant >= 1.2.0], \
have_enchant=yes, have_enchant=no)
if test "x$have_enchant" = "xyes"; then
============================================================
--- finch/libgnt/configure.ac 2acf16421526abb399798b2fe86c3a3e4cfe82fb
+++ finch/libgnt/configure.ac 31850de2b688a24d50a461f12ad4128b14d0bb35
@@ -352,7 +352,7 @@ if test "x$enable_enchant" = "xyes" ; th
if test "x$enable_enchant" = "xyes" ; then
- PKG_CHECK_MODULES(ENCHANT, [enchant >= 1.3.0], \
+ PKG_CHECK_MODULES(ENCHANT, [enchant >= 1.2.0], \
have_enchant=yes, have_enchant=no)
if test "x$have_enchant" = "xyes"; then
More information about the Commits
mailing list