daemon: On fork, open stdin/stdout/stderr on /dev/null.
[whenjobs.git] / configure.ac
index b4853f6..0185eba 100644 (file)
@@ -101,7 +101,7 @@ fi
 
 dnl Check for POD (for manual pages).
 AC_CHECK_PROG(PERLDOC,perldoc,perldoc)
-if test "x$PERLDOC" = "xno"; then
+if test "x$PERLDOC" = "x"; then
     AC_MSG_ERROR([You must install the perldoc program])
 fi