[libpeas] Print result of the GTK+3 check instead of seed one.



commit 0d099cad74d7b95a60a1a309952a10a5eabe7b56
Author: Å?ukasz JernaÅ? <deejay1 srem org>
Date:   Thu May 27 20:51:31 2010 +0200

    Print result of the GTK+3 check instead of seed one.

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 372475a..e83177c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -100,7 +100,7 @@ PKG_CHECK_MODULES(PEAS, [
 
 AC_MSG_CHECKING([for Gtk+ 3.0 availability.])
 PKG_CHECK_EXISTS([gtk+-3.0 >= 2.90],[found_gtk3=yes],[found_gtk3=no])
-AC_MSG_RESULT([$found_seed])
+AC_MSG_RESULT([$found_gtk3])
 
 if test "$found_gtk3" = "yes"; then
 	PKG_CHECK_MODULES(PEASUI, [gtk+-3.0 >= 2.90.0])



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