merge upstream
[m6w6/libmemcached] / m4 / pod2man.m4
index ef9f394b5da1eca0dd99664ee629ec429d22659f..8dde96e7e0d31385891cac59f37a218550b617f2 100644 (file)
@@ -1,5 +1,5 @@
-AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin])
-if test "x$POD2MAN" == "xno"; then
+AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin:/usr/perl5/bin])
+if test "x$POD2MAN" = "xno"; then
   AC_MSG_ERROR(["Could not find pod2man anywhere in path"])
 fi
 AC_SUBST(POD2MAN)