diff options
author | Stefan Kangas <stefan@marxist.se> | 2020-10-02 18:02:51 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2020-10-03 12:53:51 +0200 |
commit | d6a2754348f57883036c0f35f0a880b7817e6bc1 (patch) | |
tree | b3d3a8a10ebf0e56acff206d0e188f3b61651d7e /m4 | |
parent | ceae38b9338ea07b18b2d2efa07bcf304d40c23d (diff) | |
download | emacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.tar.gz emacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.tar.bz2 emacs-d6a2754348f57883036c0f35f0a880b7817e6bc1.zip |
; Fix more typos
Diffstat (limited to 'm4')
-rw-r--r-- | m4/pkg.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/pkg.m4 b/m4/pkg.m4 index 13a88901786..f9075e56c87 100644 --- a/m4/pkg.m4 +++ b/m4/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], |