summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2009-09-04 21:30:54 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2009-09-04 21:30:54 +0800
commit42ff2c3b1c603c8cc90420fb3563378b60d768fc (patch)
treee6975026935aae24ea6912dd45fce4f3329ef80b
parentee40a4ba26c1276c2a5bb924fbdb4bacae4b5232 (diff)
configure: notice user what are enabled
-rw-r--r--configure.ac10
1 files changed, 10 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index bc27838..d41b534 100644
--- a/configure.ac
+++ b/configure.ac
@@ -263,3 +263,13 @@ AC_OUTPUT(Makefile
totem/Makefile
totem/plugin/Makefile)
+if test x$use_wrapper = xyes;then
+ AC_MSG_NOTICE([** Using pps wrapper])
+else
+ AC_MSG_NOTICE([** Not using pps wrapper, ppssrc may can only be used by root])
+fi
+if test x$have_totem = xyes;then
+ AC_MSG_NOTICE([** Totem plugin enabled])
+else
+ AC_MSG_NOTICE([ Totem plugin disabled])
+fi