Skip to content

Commit 6571a71

Browse files
author
smeyer
committed
typo
git-svn-id: https://svn.r-project.org/R/trunk@87926 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent f5a94a2 commit 6571a71

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67322,7 +67322,7 @@ if test "${ac_cv_sizeof_size_t}" = 4; then
6732267322
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: 32-bit build -- this is little tested" >&5
6732367323
printf "%s\n" "$as_me: WARNING: 32-bit build -- this is little tested" >&2;}
6732467324
fi
67325-
if test "${USE_INCLUDED_LIBINT}" = "yes"; then
67325+
if test "${USE_INCLUDED_LIBINTL}" = "yes"; then
6732667326
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: WARNING: Using the bundled libintl is deprecated." >&5
6732767327
printf "%s\n" "$as_me: WARNING: Using the bundled libintl is deprecated." >&2;}
6732867328
fi

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3382,7 +3382,7 @@ fi
33823382
if test "${ac_cv_sizeof_size_t}" = 4; then
33833383
AC_MSG_WARN([32-bit build -- this is little tested])
33843384
fi
3385-
if test "${USE_INCLUDED_LIBINT}" = "yes"; then
3385+
if test "${USE_INCLUDED_LIBINTL}" = "yes"; then
33863386
AC_MSG_WARN([Using the bundled libintl is deprecated.])
33873387
fi
33883388

0 commit comments

Comments
 (0)