X-Git-Url: http://git.annexia.org/?p=whenjobs.git;a=blobdiff_plain;f=configure.ac;h=0185ebaec1b6e609920d04146752d67745ab2e11;hp=b4853f640c9de013e56f7fa7c808e3c46735c31b;hb=2aa7088a54fda0cd67f3ee2eaae44706b85435c2;hpb=f56882eb71425b2100edea0cabb478457a8a6a16;ds=sidebyside diff --git a/configure.ac b/configure.ac index b4853f6..0185eba 100644 --- a/configure.ac +++ b/configure.ac @@ -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