X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=m4%2Fpod2man.m4;h=8dde96e7e0d31385891cac59f37a218550b617f2;hb=921abbe1906e77cc18cbe8859bc5afe9494d780e;hp=991942e8ec2e8b5f3b92423ae5e632a87ea1ad57;hpb=4cf3ce236b4a17092ca192becbd0a2f30d0ac576;p=m6w6%2Flibmemcached diff --git a/m4/pod2man.m4 b/m4/pod2man.m4 index 991942e8..8dde96e7 100644 --- a/m4/pod2man.m4 +++ b/m4/pod2man.m4 @@ -1,5 +1,5 @@ AC_PATH_PROG([POD2MAN], [pod2man], "no", [$PATH:/usr/bin:/usr/local/bin:/usr/perl5/bin]) -if test "x$POD2MAN" == "xno"; then +if test "x$POD2MAN" = "xno"; then AC_MSG_ERROR(["Could not find pod2man anywhere in path"]) fi AC_SUBST(POD2MAN)