[rhythmbox/gobject-introspection] build: Print out whether WebKit is enabled



commit 3cd3c664970b79909566e7ed04d5f1511219e1b4
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Jan 13 12:44:03 2011 +0000

    build: Print out whether WebKit is enabled

 configure.ac |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index c223273..36283dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -988,6 +988,11 @@ if test x"$have_libnotify" = xyes; then
 else
 	AC_MSG_NOTICE([   libnotify support is disabled])
 fi
+if test x"$have_webkit" = xyes; then
+	AC_MSG_NOTICE([** WebKit support is enabled])
+else
+	AC_MSG_NOTICE([   WebKit support is disabled])
+fi
 if test x"$use_gudev" = xyes; then
 	AC_MSG_NOTICE([** GUdev support enabled])
 elif test x"$enable_hal" = xyes; then



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