diff -r 9d1aa6f3a4da -r 4d01937ae7af configure.ac --- a/configure.ac Fri Oct 18 13:20:35 2019 +0200 +++ b/configure.ac Fri May 01 16:37:31 2020 +0200 @@ -8,9 +8,9 @@ dnl General settings dnl After changeing the version number, run autoconf! 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" AC_SUBST(PACKAGE) AC_SUBST(VERSION) AC_SUBST(COPYRIGHT) @@ -66,6 +66,7 @@ if test "$result" = "yes"; then LIBS="$LIBS -lmysqlclient" AC_CHECK_HEADERS(mysql/mysql.h) + AC_CHECK_HEADERS(mariadb/mysql.h) else AC_MSG_ERROR(mysqlclient not found) fi