summaryrefslogtreecommitdiff
path: root/modules/lseek
diff options
context:
space:
mode:
Diffstat (limited to 'modules/lseek')
-rw-r--r--modules/lseek3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/lseek b/modules/lseek
index 33de968df7..5b4a267a62 100644
--- a/modules/lseek
+++ b/modules/lseek
@@ -10,6 +10,9 @@ unistd
configure.ac:
gl_FUNC_LSEEK
+if test $REPLACE_LSEEK = 1; then
+ AC_LIBOBJ([lseek])
+fi
gl_UNISTD_MODULE_INDICATOR([lseek])
Makefile.am: