Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 731126
Collapse All | Expand All

(-)a/configure.ac (-1 / +1 lines)
Lines 569-575 Link Here
569
# See whether we should use the amalgamation to build
569
# See whether we should use the amalgamation to build
570
AC_ARG_ENABLE(amalgamation, AC_HELP_STRING([--disable-amalgamation],
570
AC_ARG_ENABLE(amalgamation, AC_HELP_STRING([--disable-amalgamation],
571
      [Disable the amalgamation and instead build all files separately]))
571
      [Disable the amalgamation and instead build all files separately]))
572
if test "${enable_amalgamation}" == "no" ; then
572
if test "${enable_amalgamation}" = "no" ; then
573
  USE_AMALGAMATION=0
573
  USE_AMALGAMATION=0
574
fi
574
fi
575
AC_SUBST(USE_AMALGAMATION)
575
AC_SUBST(USE_AMALGAMATION)

Return to bug 731126