summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2018-01-17 00:23:29 -0600
committerMarri Devender Rao <devenrao@in.ibm.com>2018-01-17 11:38:09 -0600
commit777cee935865a7e2dcce4eb09b9834cf032d85f9 (patch)
treea8d6bfa2f2981e1c83594e721c1533659bb127db /configure.ac
parentcf4fdca920c93d137d537cf59ad36c1bcb9a52d6 (diff)
downloadopenpower-occ-control-777cee935865a7e2dcce4eb09b9834cf032d85f9.tar.gz
openpower-occ-control-777cee935865a7e2dcce4eb09b9834cf032d85f9.zip
Modify default value for configure option "install_error_yaml"
Modified default value for install_error_yaml configure option to "No" As the option is set to "yes" during build it is not finding packages that are required for target build. Change-Id: I0813bf2c59ecfb63bcb0da3c4a55cc51f378d553 Signed-off-by: Marri Devender Rao <devenrao@in.ibm.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 0cabd36..ebad384 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_PROG_MAKE_SET
# is disabled
AC_ARG_ENABLE([install_error_yaml],
AS_HELP_STRING([--enable-install_error_yaml], [Enable installing error yaml file]),
- [], [install_error_yaml=yes])
+ [], [install_error_yaml=no])
AM_CONDITIONAL([INSTALL_ERROR_YAML], [test "x$enable_install_error_yaml" = "xyes"])
AS_IF([test "x$enable_install_error_yaml" != "xyes"], [
OpenPOWER on IntegriCloud