[gtk-vnc] Output SASL configure options in configure.ac



commit 0800f3094c075a9739dd32dd0bf45d25667396d0
Author: Jonh Wendell <jwendell gnome org>
Date:   Tue Aug 11 09:19:31 2009 -0300

    Output SASL configure options in configure.ac

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 75de5b2..5d440d6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -151,7 +151,8 @@ AC_SUBST(GNUTLS_LIBS)
 
 dnl Cyrus SASL
 AC_ARG_WITH([sasl],
-  [  --with-sasl         use cyrus SASL for authentication],
+  [AS_HELP_STRING([--with-sasl],
+    [use cyrus SASL for authentication @<:@default=check@:>@])],
   [],
   [with_sasl=check])
 
@@ -315,4 +316,5 @@ Configure summary:
 	Install example programs ...:  ${WITH_EXAMPLES}
 	Browser plugin .............:  ${enable_plugin}
 	Scaling support.............:  ${with_scaling}
+	SASL support................:  ${with_sasl}
 "



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