diff options
author | Andrea Gelmini <[email protected]> | 2019-08-30 18:40:30 +0200 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-08-30 09:40:30 -0700 |
commit | 2b96f774236fa8793f9e5c387abf10d780ffca38 (patch) | |
tree | f8b166f4cf542e3df3eea7de55461e1ec8535387 /config/pkg.m4 | |
parent | d39c71d3654f6546dc3374c7833610f51d036109 (diff) |
Fix typos in config/
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Andrea Gelmini <[email protected]>
Closes #9232
Diffstat (limited to 'config/pkg.m4')
-rw-r--r-- | config/pkg.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/pkg.m4 b/config/pkg.m4 index 13a889017..f9075e56c 100644 --- a/config/pkg.m4 +++ b/config/pkg.m4 @@ -86,7 +86,7 @@ dnl Check to see whether a particular set of modules exists. Similar to dnl PKG_CHECK_MODULES(), but does not set variables or print errors. dnl dnl Please remember that m4 expands AC_REQUIRE([PKG_PROG_PKG_CONFIG]) -dnl only at the first occurence in configure.ac, so if the first place +dnl only at the first occurrence in configure.ac, so if the first place dnl it's called might be skipped (such as if it is within an "if", you dnl have to call PKG_CHECK_EXISTS manually AC_DEFUN([PKG_CHECK_EXISTS], |