summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-03-07 16:18:36 +0100
committerRay Strode <rstrode@redhat.com>2012-06-20 14:48:23 -0400
commit112e0cd39979e0793e5cd9db9c5a6e930361a924 (patch)
tree3111dfe12ac564c974ca0a83efd3d20c748e6c4a
parent53f91662b28fadc8ff63ee5c0c5dd731ff1fde5a (diff)
downloadgnome-control-center-112e0cd39979e0793e5cd9db9c5a6e930361a924.tar.gz
build: Print out status of kerberos support
https://bugzilla.gnome.org/show_bug.cgi?id=671156
-rw-r--r--configure.ac6
1 files changed, 6 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8d57dce3b..86084f133 100644
--- a/configure.ac
+++ b/configure.ac
@@ -570,6 +570,12 @@ if test "x$have_cheese" = "xyes"; then
else
AC_MSG_NOTICE([ Users panel webcam support disabled])
fi
+if test "x$with_kerberos" = "xyes"; then
+ AC_MSG_NOTICE([** Kerberos])
+else
+ AC_MSG_NOTICE([ Users panel Kerberos support disabled])
+fi
+
if test "x$with_libsocialweb" = "xyes"; then
AC_MSG_NOTICE([** libsocialweb (Background panel Flickr support)])
else