summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarri Devender Rao <devenrao@in.ibm.com>2017-10-12 02:06:55 -0500
committerMarri Devender Rao <devenrao@in.ibm.com>2017-10-12 03:02:41 -0500
commitbd68273d23648f912367c018160c5a84d5cae3e2 (patch)
treed7e132455b6507ea163193ab8c9f46b933d5d9f4
parentdd50846bed41a8f8c3197df3d863ed502279a426 (diff)
downloadphosphor-logging-bd68273d23648f912367c018160c5a84d5cae3e2.tar.gz
phosphor-logging-bd68273d23648f912367c018160c5a84d5cae3e2.zip
Fix configure option for build break
Change-Id: I2dc3f5e7c3d104f5d9152b7c44f77068a162e94a Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com>
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index b8af0cc..1f8cad4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,8 +19,8 @@ AC_CHECK_PROG([DIRNAME], dirname, dirname)
AC_ARG_ENABLE([install_scripts],
AS_HELP_STRING([--enable-install_scripts],
[Enable installing parser and mako script]),
- [], [install_scripts=yes])
-AM_CONDITIONAL([INSTALL_SCRIPTS], [test "x$enable_install_scripts" != "xno"])
+ [], [install_scripts=no])
+AM_CONDITIONAL([INSTALL_SCRIPTS], [test "x$enable_install_scripts" = "xyes"])
AS_IF([test "x$enable_install_scripts" != "xyes"], [
# Checks for typedefs, structures, and compiler characteristics.
AX_CXX_COMPILE_STDCXX_14([noext])
OpenPOWER on IntegriCloud