X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmbsrtowcs;h=da5f016e44d7bb518cc28465024e8115859619f6;hb=ad2c4b8339db7e2734f0504d5157bb31129f728c;hp=66dd78f67b6c027ec0a7775c65c4ca5978f83e97;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/mbsrtowcs b/modules/mbsrtowcs index 66dd78f67..da5f016e4 100644 --- a/modules/mbsrtowcs +++ b/modules/mbsrtowcs @@ -20,6 +20,11 @@ strnlen1 [test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1] configure.ac: gl_FUNC_MBSRTOWCS +if test $HAVE_MBSRTOWCS = 0 || test $REPLACE_MBSRTOWCS = 1; then + AC_LIBOBJ([mbsrtowcs]) + AC_LIBOBJ([mbsrtowcs-state]) + gl_PREREQ_MBSRTOWCS +fi gl_WCHAR_MODULE_INDICATOR([mbsrtowcs]) Makefile.am: