floorl: Respect rules for use of AC_LIBOBJ.
[pspp] / modules / free
index 26ef70b115539e8cef6da6426808482dd8ba0037..ec91f8889df3a92e2db639fc8e8c7c78ea74873c 100644 (file)
@@ -12,6 +12,10 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_FREE
+if test $gl_cv_func_free = no; then
+  AC_LIBOBJ([free])
+  gl_PREREQ_FREE
+fi
 
 Makefile.am: