fsync test: Avoid test failure on MacOS X and AIX.
[pspp] / modules / strtoll
index 738c9efe0579d0245017fee454e692e5c1a8a635..5501fdac3b4d85e8c277f988bb7de19f58984e22 100644 (file)
@@ -2,16 +2,20 @@ Description:
 strtoll() function: convert string to 'long long'.
 
 Files:
+lib/strtol.c
 lib/strtoll.c
 m4/longlong.m4
 m4/strtoll.m4
 
 Depends-on:
 stdlib
-strtol
 
 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:
@@ -24,4 +28,3 @@ LGPL
 
 Maintainer:
 glibc
-