From 112e0cd39979e0793e5cd9db9c5a6e930361a924 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Wed, 7 Mar 2012 16:18:36 +0100 Subject: build: Print out status of kerberos support https://bugzilla.gnome.org/show_bug.cgi?id=671156 --- configure.ac | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.1