configure: Change check for uint128_t
authorDavid Schleef <ds@schleef.org>
Mon, 5 Apr 2010 20:46:23 +0000 (13:46 -0700)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Mon, 12 Apr 2010 23:00:41 +0000 (00:00 +0100)
commitb090081f4f710e05817dca625717b5b49ac87347
treef25f9dfd0b56b91aa8d3589eb9709d42c42cea1d
parent2e3558193955f107a52bb78dbcb40c6cad7d94c7
configure: Change check for uint128_t

Check for ability to divide uint128_t values, since that what
we actually use it for (in gstutils.c).  The existence of a
uint128_t type doesn't mean the compiler can actually generate
code for it.  Also make sure that we can actually link the
result successfully.

Fixes bug #614767.
configure.ac