X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fstpcpy;h=2c3cc951e448d1ab7e83f0705c5da4eb496402e2;hb=c025e2c9516ad949e0b8c97aacc2dd811909d877;hp=3d00faf40343b683fde7fbfe124d4a3321b0eec5;hpb=a0ecdf40d5612e344770130b895d41c90c167dad;p=gnulib.git diff --git a/modules/stpcpy b/modules/stpcpy index 3d00faf40..2c3cc951e 100644 --- a/modules/stpcpy +++ b/modules/stpcpy @@ -11,6 +11,10 @@ string configure.ac: gl_FUNC_STPCPY +if test $HAVE_STPCPY = 0; then + AC_LIBOBJ([stpcpy]) + gl_PREREQ_STPCPY +fi gl_STRING_MODULE_INDICATOR([stpcpy]) Makefile.am: