Fix perldoc test in configure script.
authorRichard W.M. Jones <rjones@redhat.com>
Thu, 23 Feb 2012 16:47:56 +0000 (16:47 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Thu, 23 Feb 2012 16:48:11 +0000 (16:48 +0000)
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)
 
 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
 
     AC_MSG_ERROR([You must install the perldoc program])
 fi