freopen-safer: Move AC_LIBOBJ invocations to module description.
[pspp] / modules / strtoll
index 8295e83c2af823b7ae8a99f34092326bbd1360b4..5501fdac3b4d85e8c277f988bb7de19f58984e22 100644 (file)
@@ -12,6 +12,10 @@ stdlib
 
 configure.ac:
 gl_FUNC_STRTOLL
+if test $HAVE_STRTOLL = 0; then
+  AC_LIBOBJ([strtoll])
+  gl_PREREQ_STRTOLL
+fi
 gl_STDLIB_MODULE_INDICATOR([strtoll])
 
 Makefile.am: