Revision 08366664 configure.ac

b/configure.ac
317 317
  AC_MSG_WARN([pylint not found, checking code will not be possible])
318 318
fi
319 319

  
320
# Check for pep8
321
AC_ARG_VAR(PEP8, [pep8 path])
322
AC_PATH_PROG(PEP8, [pep8], [])
323
if test -z "$PEP8"
324
then
325
  AC_MSG_WARN([pep8 not found, checking code will not be complete])
326
fi
327

  
320 328
# Check for socat
321 329
AC_ARG_VAR(SOCAT, [socat path])
322 330
AC_PATH_PROG(SOCAT, [socat], [])

Also available in: Unified diff