Revision 432d62a8 configure.ac

b/configure.ac
504 504
  AC_GHC_PKG_CHECK([Crypto], [], [CONFD_PKG="$CONFD_PKG Crypto"])
505 505
  AC_GHC_PKG_CHECK([text], [], [CONFD_PKG="$CONFD_PKG text"])
506 506
  AC_GHC_PKG_CHECK([hinotify], [], [CONFD_PKG="$CONFD_PKG hinotify"])
507
  AC_GHC_PKG_CHECK([vector], [], [CONFD_PKG="$CONFD_PKG vector"])
507 508
  if test -z "$CONFD_PKG"; then
508 509
    has_confd=True
509 510
  elif test "$enable_confd" = check; then
......
556 557
#        that are needed to execute the tests, avoiding the duplication
557 558
#        of the checks.
558 559
AC_GHC_PKG_CHECK([attoparsec], [], [HTOOLS_NODEV=1])
560
AC_GHC_PKG_CHECK([vector], [], [HTOOLS_NODEV=1])
559 561
if test -n "$HTOOLS_NODEV"; then
560 562
   AC_MSG_WARN(m4_normalize([Required development modules were not found,
561 563
                             you won't be able to run Haskell unittests]))

Also available in: Unified diff