mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
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
This commit is contained in:
@@ -537,6 +537,12 @@
|
||||
/* Define if your system has the MYSQLCLIENT libraries. */
|
||||
#undef HAVE_MYSQLCLIENT
|
||||
|
||||
/* Define to 1 if mysql/mysql.h has bool defined. */
|
||||
#undef HAVE_MYSQLCLIENT_BOOL
|
||||
|
||||
/* Define to 1 if mysql/mysql.h has my_bool defined. */
|
||||
#undef HAVE_MYSQLCLIENT_MY_BOOL
|
||||
|
||||
/* Define to 1 if you have the Network Broadcast Sound library. */
|
||||
#undef HAVE_NBS
|
||||
|
||||
|
Reference in New Issue
Block a user