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>
diff --git a/configure.ac b/configure.ac
index 0cabd36..ebad384 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@
 # 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"], [