Skip to content

Commit 4957e97

Browse files
author
ripley
committed
twaek
git-svn-id: https://svn.r-project.org/R/trunk@87939 00db46b3-68df-0310-9c12-caf00c1e9a41
1 parent 7a5eddd commit 4957e97

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
@@ -63698,7 +63698,7 @@ printf "%s\n" "#define HAVE_DCGETTEXT 1" >>confdefs.h
6369863698
if test -n "$INTL_MACOSX_LIBS"; then
6369963699
LIBINTL_PKGS=
6370063700
else
63701-
LIBINTL_PKGS=$(LIBINTL)
63701+
LIBINTL_PKGS=${LIBINTL}
6370263702
fi
6370363703
echo "Finished configuring src/extra/intl directory"
6370463704
echo

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2932,7 +2932,7 @@ dnl On a macOS build which uses static libraries, libintk_dgettext
29322932
dnl etc are provided by libR.dylib
29332933
LIBINTL_PKGS=
29342934
else
2935-
LIBINTL_PKGS=$(LIBINTL)
2935+
LIBINTL_PKGS=${LIBINTL}
29362936
fi
29372937
echo "Finished configuring src/extra/intl directory"
29382938
echo

0 commit comments

Comments
 (0)