pidgin: 7c414c17: These two lines produce stray "yes"'s fo...
markdoliner at pidgin.im
markdoliner at pidgin.im
Sun Jun 12 05:40:51 EDT 2011
----------------------------------------------------------------------
Revision: 7c414c17049558cf4b4e280a2c1a14eea7faf465
Parent: 32a55bbc4f1e8d632d205d040fa3e814559e1c95
Author: markdoliner at pidgin.im
Date: 06/12/11 05:36:34
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/7c414c17049558cf4b4e280a2c1a14eea7faf465
Changelog:
These two lines produce stray "yes"'s for me when I run configure with
--enable-gevolution when I don't have the appropriate libraries installed
Changes against parent 32a55bbc4f1e8d632d205d040fa3e814559e1c95
patched configure.ac
-------------- next part --------------
============================================================
--- configure.ac 87d85e8f739e7f6ded35640fc0fa5539f18fb07a
+++ configure.ac 5024a8429a4f6c0ca27692fe4b542ad2dc0166ca
@@ -565,7 +565,6 @@ Use --disable-gtkspell if you do not nee
if test "x$enable_gevolution" = "xyes"; then
evo_deps="libebook-1.2 libedata-book-1.2"
PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, , [
- AC_MSG_RESULT(yes)
enable_gevolution="no"
])
if test "x$enable_gevolution" = "xno"; then
@@ -573,7 +572,6 @@ Use --disable-gtkspell if you do not nee
PKG_CHECK_MODULES(EVOLUTION_ADDRESSBOOK, $evo_deps, [
enable_gevolution="yes"
], [
- AC_MSG_RESULT(yes)
])
fi
if test "x$enable_gevolution" = "xyes"; then
More information about the Commits
mailing list