]> Savannah Git Hosting - gnulib.git/commitdiff
xstrtol: Fix compilation error (regression 2022-01-16).
authorBruno Haible <bruno@clisp.org>
Mon, 17 Jan 2022 09:53:45 +0000 (10:53 +0100)
committerBruno Haible <bruno@clisp.org>
Mon, 17 Jan 2022 09:53:45 +0000 (10:53 +0100)
* modules/xstrtol (Depends-on): Add intprops.

ChangeLog
modules/xstrtol

index ff78fda8f3bb78dbc98f45f17f725b5b99be8763..83f8550e81a4c03abde8a9959dbec6a79f332f2e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2022-01-17  Bruno Haible  <bruno@clisp.org>
+
+       xstrtol: Fix compilation error (regression 2022-01-16).
+       * modules/xstrtol (Depends-on): Add intprops.
+
 2022-01-17  Jim Meyering  <meyering@fb.com>
 
        xstrtol: remove unnecessary else after return
index a765f9745270d1313aacba6665d58c4a166fa64a..d171890f3dae8d171687a3384a1599a26c6e2840 100644 (file)
@@ -9,6 +9,7 @@ m4/xstrtol.m4
 
 Depends-on:
 assure
+intprops
 inttypes-incomplete
 
 configure.ac: