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
commitf04e78f11bb42e911a62c52c410575f602d8dec5 (patch)
tree8759c6f05030a7f86236c96921b20373377ade4b /acinclude.m4
parentc392c19335891fddcb446e63cbe6aa43b4f4b3a2 (diff)
downloadgunmake-f04e78f11bb42e911a62c52c410575f602d8dec5.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 ad58ef6..bbee535 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>