diff options
author | Daniel Wagner <daniel.wagner@bmw-carit.de> | 2012-12-05 11:45:00 +0200 |
---|---|---|
committer | Patrik Flykt <patrik.flykt@linux.intel.com> | 2012-12-05 12:47:55 +0200 |
commit | 7136fa08e67df827857eda9390440ff1416bbaf3 (patch) | |
tree | 8831fdd0cc39b944550fce974af435aec1f72d51 /configure.ac | |
parent | c4b7e443238e371cf4a13f0ebcde44b8161655ce (diff) | |
download | connman-7136fa08e67df827857eda9390440ff1416bbaf3.tar.gz connman-7136fa08e67df827857eda9390440ff1416bbaf3.tar.bz2 connman-7136fa08e67df827857eda9390440ff1416bbaf3.zip |
session_policy: Remove dummy plugin
The default configuration will be created by the core if no
plugin is used. Therefore there is no need for this plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac index 4d71f9c4..e0cac944 100644 --- a/configure.ac +++ b/configure.ac @@ -252,12 +252,6 @@ AC_ARG_ENABLE(tist, AM_CONDITIONAL(TIST, test "${enable_tist}" != "no") AM_CONDITIONAL(TIST_BUILTIN, test "${enable_tist}" = "builtin") -AC_ARG_ENABLE(session-policy, - AC_HELP_STRING([--enable-session-policy], [enable default Session policy configuration support]), - [enable_session_policy=${enableval}], [enable_session_policy="no"]) -AM_CONDITIONAL(SESSION_POLICY, test "${enable_session_policy}" != "no") -AM_CONDITIONAL(SESSION_POLICY_BUILTIN, test "${enable_session_policy}" = "builtin") - AC_ARG_ENABLE(session-policy-local, AC_HELP_STRING([--enable-session-policy-local], [enable local file Session policy configuration support]), [enable_session_policy_local=${enableval}], [enable_session_policy_local="no"]) |