mirror of
https://git.savannah.gnu.org/git/make.git
synced 2024-12-27 23:06:53 +00:00
* Typo.
This commit is contained in:
parent
c392c19335
commit
f04e78f11b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue