freopen-safer: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtol
index 654b2f77f37d008504d6bca680e052ef631465c2..65b6946390c091e6880bbca76f814924f31f7920 100644 (file)
@@ -15,6 +15,9 @@ Depends-on:
 
 configure.ac:
 gl_FUNC_STRTOL
+if test $ac_cv_func_strtol = no; then
+  AC_LIBOBJ([strtol])
+fi
 
 Makefile.am: