]> 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:36:02 +0000 (12:36 -0400)
commit7167fd6d463ad046dacd890dd4fe6a3ccc34e026
treedf37450b5ffc8a3cb7b3aaa276553eaba1e6ef6b
parent9240fcd8bbf06642da9218abdef35148f9cb2784
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