diff -r 9d1aa6f3a4da -r 4d01937ae7af configure --- a/configure Fri Oct 18 13:20:35 2019 +0200 +++ b/configure Fri May 01 16:37:31 2020 +0200 @@ -2043,9 +2043,9 @@ PACKAGE="bms" -VERSION="0.4.9" -COPYRIGHT="Copyright (C) 2016-2019 Michiel Broek, All Rights Reserved" -CYEARS="2016-2019" +VERSION="0.4.10" +COPYRIGHT="Copyright (C) 2016-2020 Michiel Broek, All Rights Reserved" +CYEARS="2016-2020" @@ -3652,6 +3652,18 @@ done + for ac_header in mariadb/mysql.h +do : + ac_fn_c_check_header_mongrel "$LINENO" "mariadb/mysql.h" "ac_cv_header_mariadb_mysql_h" "$ac_includes_default" +if test "x$ac_cv_header_mariadb_mysql_h" = xyes; then : + cat >>confdefs.h <<_ACEOF +#define HAVE_MARIADB_MYSQL_H 1 +_ACEOF + +fi + +done + else as_fn_error $? "mysqlclient not found" "$LINENO" 5 fi