regex: also remove dependency on HAVE_WCSCOLL
[gnulib.git] / modules / strtoull
index 97ce1fd..6bb66fe 100644 (file)
@@ -13,6 +13,10 @@ stdlib
 
 configure.ac:
 gl_FUNC_STRTOULL
+if test $HAVE_STRTOULL = 0; then
+  AC_LIBOBJ([strtoull])
+  gl_PREREQ_STRTOULL
+fi
 gl_STDLIB_MODULE_INDICATOR([strtoull])
 
 Makefile.am: