From 777cee935865a7e2dcce4eb09b9834cf032d85f9 Mon Sep 17 00:00:00 2001 From: Marri Devender Rao Date: Wed, 17 Jan 2018 00:23:29 -0600 Subject: 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 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"], [ -- cgit v1.2.1