summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 6b3191d..3ee9c6b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,12 +28,6 @@ AS_IF([test "x$SETTINGS_BUSNAME" == "x"],\
AC_DEFINE_UNQUOTED([SETTINGS_BUSNAME], ["$SETTINGS_BUSNAME"],\
[The DBus busname to own])
-AC_ARG_VAR(SETTINGS_ROOT, [The settings Dbus root])
-AS_IF([test "x$SETTINGS_ROOT" == "x"],\
- [SETTINGS_ROOT="/xyz/openbmc_project/settings"])
-AC_DEFINE_UNQUOTED([SETTINGS_ROOT], ["$SETTINGS_ROOT"],\
- [The settings Dbus root])
-
AS_IF([test "x$SETTINGS_YAML" == "x"], [SETTINGS_YAML="settings_example.yaml"])
SETTINGSGEN="$PYTHON $srcdir/settings.py -i $SETTINGS_YAML"
AC_SUBST(SETTINGSGEN)
OpenPOWER on IntegriCloud