Kaydet (Commit) 4ef149ba authored tarafından Norbert Thiebaud's avatar Norbert Thiebaud

misc unnecessary FALSE: Harmonize ENABLE_* variable to TRUE/<nothing>

Change-Id: I96cadd25f1c26fd620701a377ca20702ea969460
üst 81510ee8
...@@ -8756,7 +8756,7 @@ if test "$with_system_npapi_headers" = "yes"; then ...@@ -8756,7 +8756,7 @@ if test "$with_system_npapi_headers" = "yes"; then
else else
AC_MSG_RESULT([internal]) AC_MSG_RESULT([internal])
dnl ...but will not be built/used unless ENABLE_NPAPI_FROM_BROWSER or dnl ...but will not be built/used unless ENABLE_NPAPI_FROM_BROWSER or
dnl ENABLE_NPAPI_INTO_BROWSER is YES dnl ENABLE_NPAPI_INTO_BROWSER is TRUE
SYSTEM_NPAPI_HEADERS=NO SYSTEM_NPAPI_HEADERS=NO
fi fi
AC_SUBST(NPAPI_HEADERS_CFLAGS) AC_SUBST(NPAPI_HEADERS_CFLAGS)
...@@ -10487,7 +10487,7 @@ if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then ...@@ -10487,7 +10487,7 @@ if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
fi fi
else else
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
ENABLE_REPORTBUILDER=FALSE ENABLE_REPORTBUILDER=
SYSTEM_JFREEREPORT=NO SYSTEM_JFREEREPORT=NO
fi fi
AC_SUBST(ENABLE_REPORTBUILDER) AC_SUBST(ENABLE_REPORTBUILDER)
...@@ -11463,10 +11463,10 @@ dnl =================================================================== ...@@ -11463,10 +11463,10 @@ dnl ===================================================================
AC_MSG_CHECKING([whether to create MSI with LIMITUI=1 (silent install)]) AC_MSG_CHECKING([whether to create MSI with LIMITUI=1 (silent install)])
if test "$enable_silent_msi" = "" -o "$enable_silent_msi" = "no"; then if test "$enable_silent_msi" = "" -o "$enable_silent_msi" = "no"; then
AC_MSG_RESULT([no]) AC_MSG_RESULT([no])
ENABLE_SILENT_MSI="FALSE" ENABLE_SILENT_MSI=
else else
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
ENABLE_SILENT_MSI="TRUE" ENABLE_SILENT_MSI=TRUE
SCPDEFS="$SCPDEFS -DENABLE_SILENT_MSI" SCPDEFS="$SCPDEFS -DENABLE_SILENT_MSI"
fi fi
AC_SUBST(ENABLE_SILENT_MSI) AC_SUBST(ENABLE_SILENT_MSI)
...@@ -12370,7 +12370,7 @@ if test "$enable_mpl_subset" = "yes"; then ...@@ -12370,7 +12370,7 @@ if test "$enable_mpl_subset" = "yes"; then
warn_report=false warn_report=false
if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then if test "$enable_report_builder" != "no" -a "$with_java" != "no"; then
warn_report=true warn_report=true
elif test "x$ENABLE_REPORTBUILDER" = "xTRUE"; then elif test "$ENABLE_REPORTBUILDER" = "TRUE"; then
warn_report=true warn_report=true
fi fi
if test "$warn_report" = "true"; then if test "$warn_report" = "true"; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment