summaryrefslogtreecommitdiff
path: root/acinclude.m4
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2000-06-14 22:29:48 +0000
committerPaul Smith <psmith@gnu.org>2000-06-14 22:29:48 +0000
commit267c9aad436e7c5ba2ad3f2fd18f73307bbeee94 (patch)
tree8759c6f05030a7f86236c96921b20373377ade4b /acinclude.m4
parent6f614c7e3898f153e5ebd1523d37b3935f6f23f4 (diff)
downloadmake-267c9aad436e7c5ba2ad3f2fd18f73307bbeee94.tar.gz
* Typo.
Diffstat (limited to 'acinclude.m4')
-rw-r--r--acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4
index ad58ef61..bbee5359 100644
--- a/acinclude.m4
+++ b/acinclude.m4
@@ -512,7 +512,7 @@ AC_DEFUN(pds_CHECK_SYSTEM_GETTEXT, [
else
# We only want to deal with GNU's gettext; if we don't have that
# we'll just use our own, thanks very much.
- AC_CACHE_CHECK([whether system uses GNU gettext],
+ AC_CACHE_CHECK([whether the system has GNU gettext],
pds_cv_system_gnu_gettext, [
AC_TRY_LINK([
#include <libintl.h>