]> git.ipfire.org Git - thirdparty/asterisk.git/commit
configure: Add check for MySQL client bool and my_bool type usage.
authorJoshua C. Colp <jcolp@sangoma.com>
Mon, 16 Dec 2019 12:35:31 +0000 (08:35 -0400)
committerJoshua C. Colp <jcolp@sangoma.com>
Mon, 16 Dec 2019 16:35:57 +0000 (10:35 -0600)
commitf4ac2c5cef64f95e4c1ef8923c1202657c9743ac
treecc97b6f3ddbfcc98c32e24d62de484abcd911edb
parent0aa75cd2cb14a32373282d710d519e63b1cf149d
configure: Add check for MySQL client bool and my_bool type usage.

Instead of trying to use the defined MySQL client version from the
header use a configure check to determine whether the bool or my_bool
type should be used for defining a boolean.

ASTERISK-28604

Change-Id: Id2225b3785115de074c50c123ff1a68005b4a9c7
addons/cdr_mysql.c
configure
configure.ac
include/asterisk/autoconfig.h.in