Merge pull request #3096 from rubenk/remove-errors-option-from-pod2man
authorFlorian Forster <ff@octo.it>
Wed, 20 Feb 2019 09:26:47 +0000 (10:26 +0100)
committerGitHub <noreply@github.com>
Wed, 20 Feb 2019 09:26:47 +0000 (10:26 +0100)
pod2man: remove --errors argument

configure.ac

index 5fccc66..06381fc 100644 (file)
@@ -6630,7 +6630,7 @@ if test "x$c_cv_have_one_getmntent" = "xyes"; then
   plugin_df="yes"
 fi
 
-if test "x$c_cv_have_getmntent_r" = "xyes"; then
+if test "x$have_getmntent_r" = "xyes"; then
   plugin_df="yes"
 fi