mbsrtowcs: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / flock
index 9134d517ce4e1ea2cc137f37319b94f1c2a0971f..56ef9b26457404a20c00a4662d4f3c56b70430e4 100644 (file)
@@ -10,6 +10,10 @@ sys_file
 
 configure.ac:
 gl_FUNC_FLOCK
+if test $HAVE_FLOCK = 0; then
+  AC_LIBOBJ([flock])
+  gl_PREREQ_FLOCK
+fi
 gl_HEADER_SYS_FILE_MODULE_INDICATOR([flock])
 
 Makefile.am: