Move the thrice-repeated "64bitint is buggy?" test from hints to Configure.
authorNicholas Clark <nick@ccl4.org>
Fri, 23 Aug 2013 14:32:08 +0000 (16:32 +0200)
committerNicholas Clark <nick@ccl4.org>
Wed, 28 Aug 2013 09:01:09 +0000 (11:01 +0200)
commit16e6698bf53cbe5099ca8f3c5f608acd20d7d210
treecf2a17fcd923bb4e6cccea7873bff9f752d5d075
parentc47d1a661f01f02ad5b41aa6275b11a9bd5a1dd2
Move the thrice-repeated "64bitint is buggy?" test from hints to Configure.

OpenBSD and its two* forks each have the same "is 64 bit int support buggy?"
test code as a callback unit duplicated in their hints files. As the code is
portable C, there seems to be no harm in moving it to Configure, and running
the test on all platforms. This reduces code duplication, and will reduce it
further if another OpenBSD fork appears.

* This week.
Configure
hints/bitrig.sh
hints/mirbsd.sh
hints/openbsd.sh