From 9482d6b34cbd4b8f1fc1d00e77e597309d873795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 8 Sep 2019 19:26:24 +0200 Subject: Added detection whether the basic structure of MySQL / MariaDB client is named st_mysql or MYSQL. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This resolves FTBFS with MySQL client >= 8.0. This resolves issue #9. Signed-off-by: Slávek Banko (cherry picked from commit 7b0045aa6b827715b1e8e4efc28278ebdabb55f5) --- config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h.in') diff --git a/config.h.in b/config.h.in index 34a6a06f..7886e643 100644 --- a/config.h.in +++ b/config.h.in @@ -230,6 +230,9 @@ */ #undef LT_OBJDIR +/* struct type name for MySql */ +#undef MYSQL_STRUCT + /* Name of package */ #undef PACKAGE -- cgit v1.2.1