diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2019-09-08 19:26:24 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2019-09-08 19:26:42 +0200 |
commit | 9482d6b34cbd4b8f1fc1d00e77e597309d873795 (patch) | |
tree | 611703a78b3cb93a9233152ff6c3baec4b4015ba /config.h.in | |
parent | 0c79ba2e8894432a523a2e7e72915f2dc43f2733 (diff) | |
download | amarok-9482d6b34cbd4b8f1fc1d00e77e597309d873795.tar.gz amarok-9482d6b34cbd4b8f1fc1d00e77e597309d873795.zip |
Added detection whether the basic structure of MySQL / MariaDB
client is named st_mysql or MYSQL.
This resolves FTBFS with MySQL client >= 8.0.
This resolves issue #9.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 7b0045aa6b827715b1e8e4efc28278ebdabb55f5)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |