Revision 74685117 configure.ac

b/configure.ac
566 566
                   [MONITORING_PKG="$MONITORING_PKG attoparsec"])
567 567
  AC_GHC_PKG_CHECK([snap-server], [],
568 568
                   [MONITORING_PKG="$MONITORING_PKG snap-server"])
569
  AC_GHC_PKG_CHECK([process], [],
570
                   [MONITORING_PKG="$MONITORING_PKG process"])
569 571
  MONITORING_DEP=
570 572
  if test "$has_confd" = False; then
571 573
    MONITORING_DEP="$MONITORING_DEP confd"
......
615 617
#        of the checks.
616 618
AC_GHC_PKG_CHECK([attoparsec], [], [HS_NODEV=1])
617 619
AC_GHC_PKG_CHECK([vector], [], [HS_NODEV=1])
620
AC_GHC_PKG_CHECK([process], [],
621
                 [MONITORING_PKG="$MONITORING_PKG process"])
618 622
if test -n "$HS_NODEV"; then
619 623
   AC_MSG_WARN(m4_normalize([Required development modules were not found,
620 624
                             you won't be able to run Haskell unittests]))

Also available in: Unified diff