mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / lseek
index 33de968df72c590fc836a727b2dadb1a52098033..5b4a267a628ad52efff83766881c11db62995ad6 100644 (file)
@@ -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: