strtoumax: fix typo in previous commit.
authorEric Blake <eblake@redhat.com>
Thu, 10 Oct 2013 18:24:59 +0000 (12:24 -0600)
committerEric Blake <eblake@redhat.com>
Thu, 10 Oct 2013 18:24:59 +0000 (12:24 -0600)
commitfa1db0dd22768f09a507674a30beb5b8a87bb35f
tree1cf6ca9e807317ecd32e5edc32c4e37fe4deab95
parentc1cd34b9fb71cfb44873aabe0957c24c234c4677
strtoumax: fix typo in previous commit.

Tom G. Christensen reported:

> I see this in the configure output:
> ./configure: line 7680: test: =: unary operator expected
>
> $ sed -n 7680p configure
>   if test $HAVE_STRTOUMAX = 0 || test $REPLACE_STRTOUMAX = 1; then

and indeed, we're only setting HAVE_DECL_STRTOUMAX.

* modules/strtoumax (Depends-on): Fix typo.
* modules/strtoimax (Depends-on): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
modules/strtoimax
modules/strtoumax