X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=modules%2Fptsname_r;h=7520847e127fee653ba7f71155e6f926938152a4;hb=e8dd490b46444e82673618f34b4ef1b3bf0bf382;hp=daf1d98125a9f38a2b4836be286a80ac0ce6c601;hpb=78232883c8c01a22307bb38793928f2b9a5a6159;p=gnulib.git diff --git a/modules/ptsname_r b/modules/ptsname_r index daf1d9812..7520847e1 100644 --- a/modules/ptsname_r +++ b/modules/ptsname_r @@ -8,11 +8,11 @@ m4/ptsname_r.m4 Depends-on: stdlib extensions -ttyname_r [test $HAVE_PTSNAME_R = 0] +ttyname_r [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1] configure.ac: gl_FUNC_PTSNAME_R -if test $HAVE_PTSNAME_R = 0; then +if test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1; then AC_LIBOBJ([ptsname_r]) gl_PREREQ_PTSNAME_R fi