AC_CHECK_PROG([HIVEXREGEDIT], [hivexregedit], [hivexregedit], [no])
-AC_CHECK_PROG(PERLDOC,[perldoc],[perldoc],[no])
+AC_CHECK_PROG([PERLDOC],[perldoc],[perldoc],[no])
if test "x$PERLDOC" = "xno" ; then
AC_MSG_WARN([perldoc not found - install perl to make man pages])
fi
-AM_CONDITIONAL(HAVE_PERLDOC,[test "$perldoc" != "no"])
+AM_CONDITIONAL([HAVE_PERLDOC],[test "x$PERLDOC" != "xno"])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([Makefile config.ml guestfs-browser.spec])