gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet] branch master updated: BUILD: Fix mysql detection issue #7356


From: gnunet
Subject: [gnunet] branch master updated: BUILD: Fix mysql detection issue #7356
Date: Thu, 29 Sep 2022 06:45:09 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new f7a9e4199 BUILD: Fix mysql detection issue #7356
f7a9e4199 is described below

commit f7a9e4199e1f036811765f7ca855a513117a1997
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Thu Sep 29 13:45:02 2022 +0900

    BUILD: Fix mysql detection issue #7356
---
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index bfaff3280..c6e580c8b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -938,7 +938,7 @@ AC_SUBST(MYSQL_CPPFLAGS)
 AS_IF([test "x$mysql" = "xtrue"],
   [AC_MSG_CHECKING([for mysql version])
    AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
-     [[#include <mysql/mysql_version.h>]],
+     [[#include <mysql/mysql.h>]],
      [[#if (MYSQL_VERSION_ID < 40100)
 #error required at least version 4.1
 #endif]])],
@@ -948,7 +948,7 @@ AS_IF([test "x$mysql" = "xtrue"],
      [AC_MSG_RESULT([< 4.1])
       AC_MSG_RESULT([mysql version >= 4.1 required. Will not use MySQL])])
    AC_COMPILE_IFELSE([AC_LANG_PROGRAM(
-     [[#include <mysql/mysql_version.h>]],
+     [[#include <mysql/mysql.h>]],
      [[#if (MYSQL_VERSION_ID < 80000)
 #error needs at least version 8.0
 #endif]])],

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]