X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fmkstemps;h=cb3e5722f71bd65a34a85086e127143ea2599a72;hb=b0129b466434115f93d3e17b3954bcc82ccaec09;hp=2a497776748d87de96b7ec2128a91e93a48cfabe;hpb=8271e7fb801b2f7d2a5dc89e08b84d835f1376b9;p=gnulib.git diff --git a/modules/mkstemps b/modules/mkstemps index 2a4977767..cb3e5722f 100644 --- a/modules/mkstemps +++ b/modules/mkstemps @@ -6,12 +6,15 @@ lib/mkstemps.c m4/mkstemps.m4 Depends-on: -extensions stdlib -tempname +extensions +tempname [test $HAVE_MKSTEMPS = 0] configure.ac: gl_FUNC_MKSTEMPS +if test $HAVE_MKSTEMPS = 0; then + AC_LIBOBJ([mkstemps]) +fi gl_MODULE_INDICATOR([mkstemps]) gl_STDLIB_MODULE_INDICATOR([mkstemps])