summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorVernon Mauery <vernon.mauery@linux.intel.com>2019-02-04 15:54:28 -0800
committerVernon Mauery <vernon.mauery@linux.intel.com>2019-02-25 14:27:21 -0800
commit41c79e629898ddac7d93330a3afe67367603c3c8 (patch)
tree8004d5ce7af7a6b48c00f0a75117355805932640 /configure.ac
parent783dc07049925c054ed5332ba03b328cea3dce5b (diff)
downloadphosphor-host-ipmid-41c79e629898ddac7d93330a3afe67367603c3c8.tar.gz
phosphor-host-ipmid-41c79e629898ddac7d93330a3afe67367603c3c8.zip
Set new default ipmid provider path
Now that ipmid handles all the IPMI commands (for all interfaces), converge to a single provider path. Change-Id: Iad938d4440f8486741df491c7bfd0fa5f808afeb Signed-off-by: Vernon Mauery <vernon.mauery@linux.intel.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 4f96c96..a73976e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -165,7 +165,7 @@ AS_IF([test "x$POWER_READING_SENSOR" == "x"],[POWER_READING_SENSOR="/usr/share/i
AC_DEFINE_UNQUOTED([POWER_READING_SENSOR], ["$POWER_READING_SENSOR"], [Power reading sensor configuration file])
AC_ARG_VAR(HOST_IPMI_LIB_PATH, [The file path to search for libraries.])
-AS_IF([test "x$HOST_IPMI_LIB_PATH" == "x"], [HOST_IPMI_LIB_PATH="/usr/lib/host-ipmid/"])
+AS_IF([test "x$HOST_IPMI_LIB_PATH" == "x"], [HOST_IPMI_LIB_PATH="/usr/lib/ipmid-providers/"])
AC_DEFINE_UNQUOTED([HOST_IPMI_LIB_PATH], ["$HOST_IPMI_LIB_PATH"], [The file path to search for libraries.])
# Create configured output
OpenPOWER on IntegriCloud