X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fperror;h=e74300220a8735880e19451be8bcbb01c3b53a5d;hb=a99c0f83b06bee0d89e1a409fe2759207b7cf480;hp=d2147b6b661a144a5839d49a3fbfc6b463e08bc8;hpb=7cbbd8a31a3be111f26d87fb8e55f4438f9c885f;p=gnulib.git diff --git a/modules/perror b/modules/perror index d2147b6b6..e74300220 100644 --- a/modules/perror +++ b/modules/perror @@ -7,11 +7,14 @@ m4/perror.m4 Depends-on: stdio -errno [test $REPLACE_PERROR = 1] -strerror [test $REPLACE_PERROR = 1] +errno [test $REPLACE_PERROR = 1] +strerror_r-posix [test $REPLACE_PERROR = 1] configure.ac: gl_FUNC_PERROR +if test $REPLACE_PERROR = 1; then + AC_LIBOBJ([perror]) +fi gl_STRING_MODULE_INDICATOR([perror]) Makefile.am: