X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstrncat;h=516a2223fd3d5f37de45d58241b997dd378f74d4;hb=6aefe07bd86d5579c60dc35c874fc0e6c1972b49;hp=81b885085e69ed92ac4885a666b3478076a16e12;hpb=097fd2f5f5900d6da3dabe27118aaaa824342352;p=gnulib.git diff --git a/modules/strncat b/modules/strncat index 81b885085..516a2223f 100644 --- a/modules/strncat +++ b/modules/strncat @@ -11,6 +11,10 @@ string configure.ac: gl_FUNC_STRNCAT +if test $REPLACE_STRNCAT = 1; then + AC_LIBOBJ([strncat]) + gl_PREREQ_STRNCAT +fi gl_STRING_MODULE_INDICATOR([strncat]) Makefile.am: