Revision 141c8421 configure.ac

b/configure.ac
373 373
then
374 374
  AC_MSG_WARN([pep8 not found, checking code will not be complete])
375 375
fi
376
AM_CONDITIONAL([HAS_PEP8], [test "$PEP8"])
376
AM_CONDITIONAL([HAS_PEP8], [test -n "$PEP8"])
377

  
378
# Check for python-coverage
379
AC_ARG_VAR(PYCOVERAGE, [python-coverage path])
380
AC_PATH_PROGS(PYCOVERAGE, [python-coverage coverage], [])
381
if test -z "$PYCOVERAGE"
382
then
383
  AC_MSG_WARN(m4_normalize([python-coverage or coverage not found, evaluating
384
                            Python test coverage will not be possible]))
385
fi
377 386

  
378 387
# Check for socat
379 388
AC_ARG_VAR(SOCAT, [socat path])

Also available in: Unified diff