summaryrefslogtreecommitdiff
path: root/configure.ac
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
commit51676e5728acd73c8bf0d0bcec8571d73dd3662d (patch)
treedc7645ddcf272364295c92b0ad74b4974447de1c /configure.ac
parent9ef02b270e53b903bef6f428d2fabe5410235e8c (diff)
configure: notice user what are enabled
Diffstat (limited to 'configure.ac')
-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