build: silence an ar warning
authorBartosz Golaszewski <bartekgola@gmail.com>
Wed, 13 Sep 2017 08:30:28 +0000 (10:30 +0200)
committerBartosz Golaszewski <bartekgola@gmail.com>
Wed, 13 Sep 2017 08:32:31 +0000 (10:32 +0200)
commit8e1401129f299af968e87680e43f8b6025d31a86
tree0c1d6b0302f77c2c8dc49368195a6888eb038ef8
parentaa8ca6b99d506a8fef7f8ec4819b27c3f0fa3480
build: silence an ar warning

In some configurations ar prints the following warnings:

  ar: `u' modifier ignored since `D' is the default (see `U')

Silence it by setting the ar flags to 'cr' instead of 'cru' which is
the default.

Signed-off-by: Bartosz Golaszewski <bartekgola@gmail.com>
configure.ac