Fix --enable-64bit-docid and --enable-64bit-termcount
commit9a8ff607fbbd4db275f2a83767c403f6f9dfd27c
authorOlly Betts <olly@survex.com>
Mon, 9 Nov 2015 02:35:22 +0000 (9 15:35 +1300)
committerOlly Betts <olly@survex.com>
Mon, 9 Nov 2015 02:35:22 +0000 (9 15:35 +1300)
treec462e50dad6481912c64304497d2284701a9e5b9
parent8523a5a502ffc3a889b3ad54cb6fee19a71303e4
Fix --enable-64bit-docid and --enable-64bit-termcount

On a platform where sizeof(long) < 8, these select type 'long long' and
then fail to successfully substitute it into include/xapian/version.h
(due to the space).
xapian-core/configure.ac