From fdfc1fcada2d062b008aeaa4ae2e2facb69efe19 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Sun, 22 May 2011 17:14:51 +0200 Subject: unlink: Respect rules for use of AC_LIBOBJ. * m4/unlink.m4 (gl_FUNC_UNLINK): Move AC_LIBOBJ invocation from here... * modules/unlink (configure.ac): ... to here. --- modules/unlink | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/unlink') diff --git a/modules/unlink b/modules/unlink index 26af43ddcc..63720aaf10 100644 --- a/modules/unlink +++ b/modules/unlink @@ -12,6 +12,9 @@ lstat [test $REPLACE_UNLINK = 1] configure.ac: gl_FUNC_UNLINK +if test $REPLACE_UNLINK = 1; then + AC_LIBOBJ([unlink]) +fi gl_UNISTD_MODULE_INDICATOR([unlink]) Makefile.am: -- cgit v1.2.1