1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-08-05 08:10:15 +02:00

(gl_PREREQ_VASNPRINTF): Solaris 2.5.1 needs -lw to get the wcslen function.

This commit is contained in:
Jim Meyering
2003-08-09 17:23:09 +00:00
parent b60792f5ac
commit 87d488c5d5
+3
View File
@@ -51,6 +51,9 @@ AC_DEFUN([gl_PREREQ_VASNPRINTF],
AC_REQUIRE([gt_TYPE_WCHAR_T])
AC_REQUIRE([gt_TYPE_WINT_T])
AC_CHECK_FUNCS(snprintf)
# Solaris 2.5.1 needs -lw to get the wcslen function.
AC_SEARCH_LIBS(wcslen, [w])
])
# Prerequisites of lib/asnprintf.c.